Service Description
Would be great to set up Forgejo, a selfhosted git forge, with a Tailscale sidecar.
I will look into this soon, set up a PR in a bit
Docker Compose File Link
https://forgejo.org/docs/next/admin/installation/docker/
Docker Compose Configuration
networks:
forgejo:
external: false
services:
server:
image: codeberg.org/forgejo/forgejo:14
container_name: forgejo
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
networks:
- forgejo
volumes:
- ./forgejo:/data
- /etc/localtime:/etc/localtime:ro
ports:
- '3000:3000'
- '222:22'
Website of Service
No response
Would you be willing to work on this service?
Service Description
Would be great to set up Forgejo, a selfhosted git forge, with a Tailscale sidecar.
I will look into this soon, set up a PR in a bit
Docker Compose File Link
https://forgejo.org/docs/next/admin/installation/docker/
Docker Compose Configuration
Website of Service
No response
Would you be willing to work on this service?