gitea is dead long live forgejo

This commit is contained in:
Daylin Morgan 2024-01-28 12:41:48 -06:00
parent 6e9f5ff1af
commit 885c651a3e
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
23 changed files with 10 additions and 22 deletions

11
.gitignore vendored
View File

@ -1,9 +1,10 @@
gitea/*
!gitea/gitea/
gitea.bak/
forgejo/*
!forgejo/gitea/
forgejo/gitea/*
!forgejo/gitea/templates/
!forgejo/gitea/public/
gitea/gitea/*
!gitea/gitea/templates/
!gitea/gitea/public/
soft/*
!soft/setup.nim

View File

@ -1,13 +0,0 @@
.PHONY: lint
lint:
black soft/config/*.py
prettier -w ./soft/config/soft-serve.config.json
.PHONY: update-soft-serve
update-soft-serve: soft-repos
docker compose restart soft-serve
.PHONY: soft-repos
soft-repos:
./soft/config/update-soft-serve-repos.py

View File

@ -1,15 +1,15 @@
version: "3"
services:
gitea:
image: gitea/gitea:1.21.0
container_name: gitea
forgejo:
image: codeberg.org/forgejo/forgejo:1.21.4-0
container_name: forgejo
environment:
- USER_UID=1002
- USER_GID=100
restart: always
volumes:
- ./gitea:/data
- ./forgejo:/data
- /home/git/.ssh/:/data/git/.ssh
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB