Add gitea
This commit is contained in:
parent
beb7aa882f
commit
ca1f99908e
11 changed files with 115 additions and 12 deletions
5
ressources/gitea/rootfs/DEBIAN/postinst
Executable file
5
ressources/gitea/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
id gitea &> /dev/null || useradd gitea -r -s /bin/false -d /var/lib/gitea/
|
||||
|
||||
chown -R gitea:gitea /var/lib/gitea/
|
Loading…
Add table
Add a link
Reference in a new issue