This commit is contained in:
criz 2025-08-31 15:38:25 +02:00
parent 9af19f2bd8
commit e329059e57
2 changed files with 31 additions and 25 deletions

View file

@ -1,18 +1,24 @@
networks:
forgejo:
external: false
services: services:
gitea: server:
image: docker.gitea.com/gitea:1.24.5 image: codeberg.org/forgejo/forgejo:11
container_name: gitea container_name: forgejo
environment: environment:
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000
restart: always restart: always
networks:
- forgejo
volumes: volumes:
- ./gitea:/data - ./forgejo:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "3000:3000" - '3000:3000'
- "2221:22" - '222:22'
labels: labels:
tsdproxy.enable: "true" tsdproxy.enable: "true"
tsdproxy.name: "git" tsdproxy.name: "git"

View file

@ -2,34 +2,34 @@
## Hardware & OS ## Hardware & OS
ideapad 15ADA05 laptop - ideapad 15ADA05 laptop
Ryzen 5 3500u - Ryzen 5 3500u
12gb ddr4 - 12gb ddr4
512gb nvme - 512gb nvme
## Stack ## Stack
Debian13 - Debian13
Docker - Docker
Tailscale (VPN) - Tailscale (VPN)
TSDProxy (Tailscale proxy to have easily a domain per service) - TSDProxy (Tailscale proxy to have easily a domain per service)
## Services ## Services
Gitea (git repo management) - Forgejo (git repo management)
n8n (automation with graphs, selfhosted zapier) - n8n (automation with graphs, selfhosted zapier)
nextcloud (google drive replacement) - nextcloud (google drive replacement)
immich (google photos replacement) - immich (google photos replacement)
affine (notes taking, obsidian replacement) - affine (notes taking, obsidian replacement)
OpenWebUI (chatgpt UI replacement) - OpenWebUI (chatgpt UI replacement)
Beszel (Ressources monitoring) - Beszel (Ressources monitoring)
StirlingPDF (ilovepdf.com replacement) - StirlingPDF (ilovepdf.com replacement)
Gotify (Simple notifcation system) - Gotify (Simple notifcation system)
Metube (Youtube downloader) - Metube (Youtube downloader)
## Todo ## Todo
- [ ] Publish this repo - [x] Publish this repo
- [ ] Add images to README - [ ] Add images to README
- [ ] Move github things - [ ] Move github things
- [ ] Add Habitica - [ ] Add Habitica