From 87f7163bc2bbb57273190865539fc143b8990ca9 Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Fri, 17 May 2024 14:57:28 +0300 Subject: [PATCH] bug fix --- conf/systemd.service | 2 +- doc/ADMIN.md | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 doc/ADMIN.md diff --git a/conf/systemd.service b/conf/systemd.service index 34167e7..d601c76 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ User=root Group=root WorkingDirectory=__INSTALL_DIR__/ ExecStart=/bin/bash -c '__INSTALL_DIR__/cjdroute < __INSTALL_DIR__/cjdroute.conf' -ExecStartPost=/bin/bash -c 'sleep 3 && __INSTALL_DIR__/cjdns-proxy-server' +ExecStartPost=/bin/bash -c 'sleep 3 && __INSTALL_DIR__/cjdns-proxy-server &' KillMode=process Restart=no diff --git a/doc/ADMIN.md b/doc/ADMIN.md deleted file mode 100644 index a2bf58d..0000000 --- a/doc/ADMIN.md +++ /dev/null @@ -1,7 +0,0 @@ -# Setup your website on cjdns network - -1. From the Applications menu, first install wordpress and then "cjdns". -2. Obtain your cjdns IPv6 address by navigating to Tools -> Logs -> Click on "Install the 'cjdns' app." Your IPv6 address should be displayed in the log. -3. Reboot your YunoHost server to make the tun device available. Navigate to Tools->Shutdown and click Reboot. -4. Navigate to Tools -> Yunohost Settings -> Security, and under NGINX, disable "Force HTTPS." Click Save to apply the changes. -5. Finally edit `/etc/nginx/conf.d/__DOMAIN__.conf`, add your cjdns-ipv6 to the list of `server_name`.