use gitlab docker registry
This commit is contained in:
parent
bdf253be3d
commit
c2aad1da9e
6 changed files with 51 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/with-contenv sh
|
||||
|
||||
if [ ! -f /var/lib/proftp/keys/ssh_rsa_key ]; then
|
||||
ssh-keygen -b 2048 -t rsa -f /var/lib/proftp/keys/ssh_rsa_key -q -N ""
|
||||
if [ ! -f /etc/proftpd/keys/ssh_rsa_key ]; then
|
||||
ssh-keygen -b 2048 -t rsa -f /etc/proftpd/keys/ssh_rsa_key -q -N ""
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue