Skip to content

🏗️ New Service: Forgejo #291

@cdkooistra

Description

@cdkooistra

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?

  • Yes, I'd like to implement this feature
  • I could help with parts of this feature
  • No, I'm just suggesting the feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    new servicerequest to add a new service

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions