1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00
This commit is contained in:
ericgaspar 2022-01-12 10:22:29 +01:00
parent 71ae888e68
commit 6dfababe3e
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
location / {
proxy_pass https://127.0.0.1:__PORT__;
proxy_pass http://127.0.0.1:__PORT__;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;

View file

@ -1,6 +1,7 @@
[Unit]
Description=Shiori: Simple bookmark manager
Environment="SHIORI_DIR=__DATADIR__"
Requires=network-online.target
After=network-online.target
[Service]
Type=simple