diff --git a/conf/systemd.service b/conf/systemd.service index 85da84e..7915a85 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Cjdns network +Description=Cjdns: Encrypted IPv6 network After=network.target cjdns.service [Service] diff --git a/doc/Admin.md b/doc/Admin.md index 16e8a42..bfa96ef 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -5,7 +5,7 @@ 3. Return to `yunohost.local` after the update and navigate to the Applications menu. Click on Install, search for "wordpress," select it, and proceed with the installation. 4. In the Applications menu, search for "cjdns" and install it. If it does not appear due to not being published yet. You can sideload it by pasting the following URL: `https://github.com/dkoukoul/cjdns_ynh` into the "Install custom app" section. 5. 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. -6. Reboot your Yunohost server to make the tun device available. Navigate to Tools->Shutdown and click Reboot. +6. Reboot your YunoHost server to make the tun device available. Navigate to Tools->Shutdown and click Reboot. 7. Navigate to Tools -> Yunohost Settings -> Security, and under NGINX, disable "Force HTTPS." Click Save to apply the changes. 8. Edit `/etc/nginx/conf.d/[your-domain].conf`, add your cjdns-ipv6 to the list of `server_name`. 9. Finally, to allow public access for cjdns requests to your new wordpress site you can do the following: diff --git a/manifest.toml b/manifest.toml index 24601a2..bb4694c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -24,7 +24,7 @@ ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "200M" ram.runtime = "50M" [install]