mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-12-22 03:40:44 -06:00
gitea is dead long live forgejo
This commit is contained in:
parent
6e9f5ff1af
commit
885c651a3e
23 changed files with 10 additions and 22 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -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
|
||||
|
|
13
Makefile
13
Makefile
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in a new issue