Skip to content

Commit a9d361f

Browse files
author
Luis Herr
committed
edit contribution guidelines and fixed all violations with it
1 parent 8a7ec17 commit a9d361f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ Contribution Guidelines:
3636
- "default"
3737
- "database"
3838
```
39+
* All domain examples should end in `domain.de`

docs/services/psono.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ POSTGRES_PASSWORD=S3cr3t
7171
add_header X-Content-Type-Options nosniff;
7272
add_header X-XSS-Protection "1; mode=block";
7373

74-
# If you have the fileserver too, then you have to add your fileserver URL e.g. https://fs01.example.com as connect-src too:
74+
# If you have the fileserver too, then you have to add your fileserver URL e.g. https://fs01.domain.de as connect-src too:
7575
add_header Content-Security-Policy "default-src 'none'; manifest-src 'self'; connect-src 'self' https://static.psono.com https://api.pwnedpasswords.com https://storage.googleapis.com https://*.digitaloceanspaces.com https://*.blob.core.windows.net https://*.s3.amazonaws.com; font-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'; child-src 'self'";
7676

7777
client_max_body_size 256m;
@@ -152,7 +152,7 @@ HOST_URL: 'https://psono.domain.de/server'
152152

153153
# The email used to send emails, e.g. for activation (Nice, but not necessary)
154154
EMAIL_FROM: 'the-mail-for-for-example-useraccount-activations@test.com'
155-
EMAIL_HOST: 'smtp.example.com'
155+
EMAIL_HOST: 'smtp.domain.de'
156156
EMAIL_HOST_USER: ''
157157
EMAIL_HOST_PASSWORD : ''
158158
EMAIL_PORT: 25

docs/services/sharelatex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- "SHARELATEX_REDIS_HOST=redis"
1515
- "REDIS_HOST=redis"
1616
- "SHARELATEX_MONGO_URL=mongodb://mongo/sharelatex"
17-
#- "SHARELATEX_EMAIL_SMTP_HOST=smtp.mydomain.com"
17+
#- "SHARELATEX_EMAIL_SMTP_HOST=smtp.domain.de"
1818
#- "SHARELATEX_EMAIL_SMTP_PORT=587"
1919
#- "SHARELATEX_EMAIL_SMTP_SECURE=false"
2020
#- "SHARELATEX_EMAIL_SMTP_TLS_REJECT_UNAUTH=true"

0 commit comments

Comments
 (0)