gitea-web
Container w/ Gitea & SQLite
10K+
This is an Alpine-based container hosting a Gitea forge for housing your Git projects.
To secure this service, we suggest a separate reverse proxy server, such as nephatrine/nginx-ssl.
To use the built-in actions functions, you need one or more "runners", such as nephatrine/gitea-runner.
gitea-web:1.26.4: Gitea 1.26.4When starting the container for the first time, sshd startup might take a
considerable amount of time to create the DH moduli. You can reduce this
time by providing a precomputed moduli at /mnt/config/etc/ssh/moduli.
There are two important configuration files you need to be aware of and potentially customize.
/mnt/config/etc/gitea.ini/mnt/config/etc/ssh/sshd_config/mnt/config/www/gitea/public/robots.txtModifications to these files will require a service restart to pull in the changes made.
You can put things like favicons and other static assets into this location.
/mnt/config/www/gitea/public/assets/*TZ: Time Zone (i.e. America/New_York)PUID: Mounted File Owner User IDPGID: Mounted File Owner Group IDservices:
gitea-web:
image: nephatrine/gitea-web:latest
container_name: gitea-web
environment:
TZ: America/New_York
PUID: 1000
PGID: 1000
ports:
- 3000:3000/tcp
- 22:2020/tcp
volumes:
- /mnt/containers/gitea-web:/mnt/config
docker run --rm -ti code.nephatrine.net/nephnet/gitea-runner:latest /bin/bash
Content type
Image
Digest
sha256:085f57341…
Size
66.4 MB
Last updated
5 days ago
docker pull nephatrine/gitea-web