zer0 / AdGuardHome.yaml
0 喜欢
0 派生
1 文件
最后活跃于
1 | # remove all comments |
2 | # make sure cert is issued both for the FQDN and the wildcard of that FQDN |
3 | http: |
4 | pprof: |
5 | port: 6060 |
6 | enabled: false |
7 | address: 0.0.0.0:24248 # port for HTTP UI - use a port not used by anything else. For docker, leave 0.0.0.0 as-is |
8 | session_ttl: 720h |
9 | |
10 | tls: |
zer0 / gist:147803944a7c45b389a06aabe38cde64
0 喜欢
0 派生
1 文件
最后活跃于
1 | docker run --restart always --name pwgen -d -p 5069:5069 \ |
2 | -e NO_API_CHECK=true \ |
3 | -e PW_LENGTH=26 \ |
4 | -e PW_INCLUDE_UPPERCASE=true \ |
5 | -e PW_INCLUDE_DIGITS=true \ |
6 | -e PW_INCLUDE_SPECIAL=true \ |
7 | -e PW_EXCLUDE_HOMOGLYPHS=true \ |
8 | -e PP_WORD_COUNT=5 \ |
9 | -e PP_CAPITALIZE=true \ |
10 | -e PP_SEPARATOR_TYPE=space \ |
更新
更早