Compare commits

...

2 Commits

2 changed files with 15 additions and 2 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# Authentication
In order to use the real credentials, you should:
- install [direnv](https://direnv.net/) and get it running
- get the official `.envrc`, which is versioned
- put it in a safe place
- `ln -s /safe/place .evnrc`
In order to be granted access to the real credentials, you must:
- hardly beg the sysadmin for permission
- or, alternatively, gift him with a beer or a retrocomputer

View File

@ -9,7 +9,7 @@ services:
volumes:
- /srv/pubblici:/html
environment:
THTTPD_SSH_USER: root
THTTPD_SSH_PASSWORD: d42e230954db2929fbe7997de341c874
THTTPD_SSH_USER: ${PUBBLICI_SSH_USER}
THTTPD_SSH_PASSWORD: ${PUBBLICI_SSH_PASSWORD}