Browse Source

Update applications.md

Håvard O. Nordstrand 5 years ago
parent
commit
9212d3580c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/linux-server/applications.md

+ 2 - 2
config/linux-server/applications.md

@@ -213,7 +213,7 @@ Using the unofficial Docker image by jacobalberty.
 
 
 1. Add a system user named "unifi": `useradd -r unifi`
 1. Add a system user named "unifi": `useradd -r unifi`
 1. Allow the ports through the firewall: See [UniFi - Ports Used](https://help.ubnt.com/hc/en-us/articles/218506997-UniFi-Ports-Used).
 1. Allow the ports through the firewall: See [UniFi - Ports Used](https://help.ubnt.com/hc/en-us/articles/218506997-UniFi-Ports-Used).
-1. Add a Docker Compose file. See [docker-compose.yml]({{ site.github.repository_url }}/blob/master/config/linux-server/files/unifi/docker-compose.yml).
+1. Add a Docker Compose file. See [docker-compose.yml](https://github.com/HON95/misc-configs/blob/master/linux-server/unifi/docker-compose.yml).
     - Use host networking mode for L2 adoption to work (if you're not using L3 or SSH adoption).
     - Use host networking mode for L2 adoption to work (if you're not using L3 or SSH adoption).
 1. Start the container, open the webpage and follow the wizard.
 1. Start the container, open the webpage and follow the wizard.
 
 
@@ -273,7 +273,7 @@ Using the unofficial Docker image by jacobalberty.
   - Using a raw key:
   - Using a raw key:
     - Generate the key: `dd if=/dev/random of=/root/keys/zfs/<tank> bs=32 count=1`
     - Generate the key: `dd if=/dev/random of=/root/keys/zfs/<tank> bs=32 count=1`
     - Create the pool: `zpool create -O encryption=aes-128-gcm -O keyformat=raw -O keylocation=file:///root/keys/zfs/<tank> ...`
     - Create the pool: `zpool create -O encryption=aes-128-gcm -O keyformat=raw -O keylocation=file:///root/keys/zfs/<tank> ...`
-    - Automatically unlock at boot time: Add and enable [zfs-load-keys.service]({{ site.github.repository_url }}/blob/master/config/linux-server/files/zfs/zfs-load-keys.service).
+    - Automatically unlock at boot time: Add and enable [zfs-load-keys.service](https://github.com/HON95/misc-configs/blob/master/linux-server/zfs/zfs-load-keys.service).
   - Reboot and test.
   - Reboot and test.
   - Check the key status with `zfs get keystatus`.
   - Check the key status with `zfs get keystatus`.
 - Send and receive snapshots:
 - Send and receive snapshots: