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!
소스 검색

Final fixes for new gateway.

master
부모
커밋
8be1fcaf60
3개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      example/gateway/certbot/Fockerfile
  2. +1
    -0
      example/gateway/nginx-http/Fockerfile
  3. +2
    -1
      example/gateway/nginx-https/Fockerfile

+ 1
- 0
example/gateway/certbot/Fockerfile 파일 보기

@@ -3,6 +3,7 @@ base: freebsd-latest
steps:
- run:
- ASSUME_ALWAYS_YES=yes IGNORE_OSVERSION=yes pkg install py37-certbot python3
- mkdir -p /cookiecutter
- mkdir -p /certbot/data
- mkdir -p /certbot/webroot
- mkdir -p /certbot/scripts


+ 1
- 0
example/gateway/nginx-http/Fockerfile 파일 보기

@@ -4,6 +4,7 @@ steps:
- run:
- ASSUME_ALWAYS_YES=yes IGNORE_OSVERSION=yes pkg install nginx
- mkdir -p /certbot/webroot
- mkdir -p /cookiecutter
- sysrc nginx_enable=YES
- sysrc sshd_enable=NO
- sysrc sendmail_enable=NONE


+ 2
- 1
example/gateway/nginx-https/Fockerfile 파일 보기

@@ -6,9 +6,10 @@ steps:
/root/crontab_root ]
- run:
- ASSUME_ALWAYS_YES=yes IGNORE_OSVERSION=yes pkg install nginx
- mkdir -p /usr/local/etc/letsencrypt
- mkdir -p /certbot/webroot
- mkdir -p /cookiecutter
- crontab -u root /root/crontab_root
- rm -vf /root/crontab_root


불러오는 중...
취소
저장