mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
Fix
This commit is contained in:
parent
71ae888e68
commit
6dfababe3e
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
location / {
|
location / {
|
||||||
|
|
||||||
proxy_pass https://127.0.0.1:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Shiori: Simple bookmark manager
|
Description=Shiori: Simple bookmark manager
|
||||||
Environment="SHIORI_DIR=__DATADIR__"
|
Requires=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Add table
Reference in a new issue