Skip to content

Commit 0f195e5

Browse files
authored
Merge pull request #19 from encryption4all/signatures
Add signatures to cryptify
2 parents 06c0798 + 9c82d4d commit 0f195e5

25 files changed

+3065
-2392
lines changed

conf/config.dev.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[global]
2-
server_url = "http://localhost:5173/?download={uuid}#filesharing"
2+
server_url = "http://localhost:8080/?download={uuid}#filesharing"
33
address = "0.0.0.0"
44
data_dir = "/tmp/data"
55
email_from = "noreply@postguard.local"
6-
smtp_url = "mailhog"
6+
smtp_url = "mailcrab"
77
smtp_port = 1025
88
# smtp_credentials = ["user", "pw"]
9-
irma_server = "http://irma:8088"
109
allowed_origins = "^http://localhost:8080$"
10+
pkg_url = "https://main.postguard-pkg.ihub.ru.nl"

conf/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ server_url = "https://postguard.nl/?download={uuid}#filesharing"
33
address = "0.0.0.0"
44
data_dir = "/tmp/data"
55
email_from = "noreply@postguard.nl"
6-
# smtp_url = ""
7-
# smtp_port = ""
6+
smtp_url = "mailcrab"
7+
smtp_port = 1025
88
# smtp_credentials = ["user", "pw"]
9-
irma_server = "http://irma:8088/"
109
allowed_origins = "^https://postguard.(eu|nl)$"
10+
pkg_url = "https://main.postguard.hub.ru.nl/pkg"

conf/nginx.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ http {
3333
add_header X-Content-Type-Options "nosniff" always;
3434
add_header Referrer-Policy "no-referrer" always;
3535

36-
location /irma {
37-
proxy_pass http://irma:8088;
38-
}
39-
4036
location ~ ^/(verification|fileupload|filedownload)/ {
4137
proxy_pass http://backend:8000;
4238
}

conf/nginx.dev.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ http {
2929
add_header X-Content-Type-Options "nosniff" always;
3030
add_header Referrer-Policy "no-referrer" always;
3131

32-
location /irma {
33-
proxy_pass http://irma:8088;
34-
}
35-
3632
location ~ ^/(verification|fileupload|filedownload)/ {
3733
proxy_pass http://backend:8000;
3834
}

0 commit comments

Comments
 (0)