IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

16 řádky
598B

  1. base: freebsd-latest
  2. steps:
  3. - copy:
  4. - [ '/tmp/x', '/etc/x' ]
  5. - [ 'focker-compose.yml', '/etc/focker-compose.yml' ]
  6. - run: |
  7. pkg install -y python3 && \
  8. pkg install -y py37-pip && \
  9. pkg install -y py37-yaml && \
  10. pkg install -y py37-certbot && \
  11. mkdir -p /persist/etc/ssh && \
  12. sed -i '' -e 's/\/etc\/ssh\/ssh_host_/\/persist\/etc\/ssh\/ssh_host_/g' /etc/rc.d/sshd && \
  13. sed -i '' -e 's/\/etc\/ssh\/ssh_host_/\/persist\/etc\/ssh\/ssh_host_/g' /etc/ssh/sshd_config && \
  14. sed -i '' -e 's/#HostKey/HostKey/g' /etc/ssh/sshd_config