d35b26c1c2
NOTE: The docker setup is still WIP, production deployment is discouraged until you see the container image uploaded to the project's Package Registry on Codeberg
5 lines
133 B
Bash
5 lines
133 B
Bash
#!/bin/sh
|
|
|
|
mkdir state state/repos state/deliveries
|
|
ssh-keygen -t rsa -m PEM -N '' -f state/ssh-host-key
|
|
sudo chown -R 991:991 state
|