Migration gitea => forgejo
This commit is contained in:
parent
797dff685b
commit
a7592a2b38
15 changed files with 42 additions and 34 deletions
6
ressources/forgejo/rootfs/DEBIAN/postinst
Executable file
6
ressources/forgejo/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
id forgejo &> /dev/null || useradd forgejo -r -s /bin/false -d /var/lib/forgejo/
|
||||
|
||||
chown -R forgejo:forgejo /var/lib/forgejo/
|
||||
chown forgejo:forgejo /etc/forgejo/app.ini
|
Loading…
Add table
Add a link
Reference in a new issue