Compare commits
2 Commits
21c0c071a5
...
de21abedc7
| Author | SHA1 | Date | |
|---|---|---|---|
| de21abedc7 | |||
| e79ce045aa |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.claude
|
||||||
@@ -34,9 +34,17 @@ x-casaos:
|
|||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
main: comfyui
|
||||||
author: Alexander Hinrichs
|
author: Alexander Hinrichs
|
||||||
category: Generative AI
|
category: Generative AI
|
||||||
main: comfyui
|
developer: comfyanonymous
|
||||||
|
description:
|
||||||
|
en_us: A powerful and modular Stable Diffusion GUI with a graph/nodes
|
||||||
|
interface. Design and execute advanced AI image generation workflows
|
||||||
|
with support for SD1.x, SD2.x, SDXL, and various other models.
|
||||||
|
Requires NVIDIA GPU for optimal performance.
|
||||||
|
tagline:
|
||||||
|
en_us: Node-based interface for Stable Diffusion workflows
|
||||||
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/comfyui/icon.png
|
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/comfyui/icon.png
|
||||||
index: /
|
index: /
|
||||||
port_map: "8188"
|
port_map: "8188"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ services:
|
|||||||
- GITEA_INSTANCE_URL=https://GITEA_INSTANCE_URL_GOES_HERE
|
- GITEA_INSTANCE_URL=https://GITEA_INSTANCE_URL_GOES_HERE
|
||||||
- GITEA_RUNNER_NAME=runner-01
|
- GITEA_RUNNER_NAME=runner-01
|
||||||
- GITEA_RUNNER_REGISTRATION_TOKEN=GITEA_TOKEN
|
- GITEA_RUNNER_REGISTRATION_TOKEN=GITEA_TOKEN
|
||||||
image: docker.io/gitea/act_runner:latest
|
image: docker.io/gitea/act_runner:0.2.13
|
||||||
labels:
|
labels:
|
||||||
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/gitea-runner/icon.png
|
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/gitea-runner/icon.png
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -26,8 +26,16 @@ x-casaos:
|
|||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
main: runner
|
||||||
author: Alexander Hinrichs
|
author: Alexander Hinrichs
|
||||||
category: Development
|
category: Development
|
||||||
|
developer: Gitea
|
||||||
|
description:
|
||||||
|
en_us: A lightweight CI/CD runner for Gitea Actions, compatible with
|
||||||
|
GitHub Actions workflows. Enables automated build, test, and
|
||||||
|
deployment pipelines for your self-hosted Git repositories.
|
||||||
|
tagline:
|
||||||
|
en_us: Self-hosted CI/CD runner for Gitea Actions
|
||||||
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/gitea-runner/icon.png
|
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/gitea-runner/icon.png
|
||||||
index: /
|
index: /
|
||||||
store_app_id: gitea-runner
|
store_app_id: gitea-runner
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: alxndrhi-tududi
|
|||||||
services:
|
services:
|
||||||
tududi:
|
tududi:
|
||||||
container_name: alxndrhi-tududi
|
container_name: alxndrhi-tududi
|
||||||
image: chrisvel/tududi:latest
|
image: chrisvel/tududi:0.86.1
|
||||||
ports:
|
ports:
|
||||||
- target: 3002
|
- target: 3002
|
||||||
published: "3002"
|
published: "3002"
|
||||||
@@ -25,9 +25,17 @@ x-casaos:
|
|||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
main: tududi
|
||||||
author: Alexander Hinrichs
|
author: Alexander Hinrichs
|
||||||
category: Project Management
|
category: Project Management
|
||||||
main: tududi
|
developer: chrisvel
|
||||||
|
description:
|
||||||
|
en_us: A minimalist, open-source project management and task tracking
|
||||||
|
tool. Organize projects, manage tasks with priorities and deadlines,
|
||||||
|
and collaborate with teams through a clean, distraction-free
|
||||||
|
interface. Supports file attachments and activity tracking.
|
||||||
|
tagline:
|
||||||
|
en_us: Simple and elegant project management tool
|
||||||
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/tududi/icon.jpeg
|
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/tududi/icon.jpeg
|
||||||
index: /
|
index: /
|
||||||
port_map: "3002"
|
port_map: "3002"
|
||||||
|
|||||||
Reference in New Issue
Block a user