Compare commits

..

2 Commits

Author SHA1 Message Date
de21abedc7 Update docker compose files of all projects 2025-11-26 18:44:21 +01:00
e79ce045aa Update gitignore 2025-11-26 18:43:51 +01:00
4 changed files with 29 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.claude

View File

@@ -34,9 +34,17 @@ x-casaos:
architectures:
- amd64
- arm64
main: comfyui
author: Alexander Hinrichs
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
index: /
port_map: "8188"

View File

@@ -7,7 +7,7 @@ services:
- GITEA_INSTANCE_URL=https://GITEA_INSTANCE_URL_GOES_HERE
- GITEA_RUNNER_NAME=runner-01
- GITEA_RUNNER_REGISTRATION_TOKEN=GITEA_TOKEN
image: docker.io/gitea/act_runner:latest
image: docker.io/gitea/act_runner:0.2.13
labels:
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/gitea-runner/icon.png
restart: unless-stopped
@@ -26,8 +26,16 @@ x-casaos:
architectures:
- amd64
- arm64
main: runner
author: Alexander Hinrichs
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
index: /
store_app_id: gitea-runner

View File

@@ -2,7 +2,7 @@ name: alxndrhi-tududi
services:
tududi:
container_name: alxndrhi-tududi
image: chrisvel/tududi:latest
image: chrisvel/tududi:0.86.1
ports:
- target: 3002
published: "3002"
@@ -25,9 +25,17 @@ x-casaos:
architectures:
- amd64
- arm64
main: tududi
author: Alexander Hinrichs
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
index: /
port_map: "3002"