From d57bbb7a65e05e58bb3d5ee24717d4a559fbf220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:31:13 +0100 Subject: [PATCH] Update Admin.md --- doc/Admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index 4acfc9c..16e8a42 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -1,6 +1,6 @@ # Setup your website on cjdns network -1. Install Yunohost by following the detailed instructions provided [here](link-to-instructions). +1. Install YunoHost by following the detailed instructions provided [here](link-to-instructions). 2. Once the installation is complete, log in as an administrator at `yunohost.local`. Perform a system update, which may take some time. 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. @@ -9,7 +9,7 @@ 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: - 1. SSH into your yunohost server + 1. SSH into your yunoHost server 2. Copy current sso configuration file to persistent: `cp /etc/ssowat/conf.json /etc/ssowat/conf.json.persistent` 3. Then edit the persistent file: `nano /etc/ssowat/conf.json.persistent` 4. Change `public` to `true` and add this line under the `wordpress.main uris` section: `"re:^.fc.*"`. Remember to add a trailing “,” to the above entry. For example: