Skip to content

Commit 7eddcfd

Browse files
Bot Updating Documentation
1 parent 6071146 commit 7eddcfd

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/images/docker-sealskin.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,21 @@ On first init a file will be created `/config/admin.json` if you set `HOST_URL`
5555

5656
Included in this repository is a helper script to spin up sealskin with a legit certificate using Duck DNS, before using this script please navigate to [https://www.duckdns.org/](https://www.duckdns.org/), log in, make a sub domain, and get your token.
5757

58-
```
58+
```bash
5959
mkdir sealskin
6060
cd sealskin
6161
bash <(curl -sSL https://raw.githubusercontent.com/linuxserver/docker-sealskin/refs/heads/master/install.sh)
6262
```
6363

6464
This will setup pathing, ownership, docker config, and a legit wildcard SSL certificate for Duck DNS.
6565

66+
You can also renew your wildcard SSL certificate by using this same script.
67+
68+
```bash
69+
cd sealskin
70+
bash <(curl -sSL https://raw.githubusercontent.com/linuxserver/docker-sealskin/refs/heads/master/install.sh)
71+
```
72+
6673
## Basic Requirements
6774

6875
It is important to use the container name `sealskin` as this is how the container identifies itself and determines its ports, volumes, and network. The only backend provider to launch containers is Docker. The storage paths are required for key and storage management while their mount paths are adapted from within the container to be run on the host for launched sessions. Everyting in the stack runs as the PUID and PGID down to the container desktop sessions, it is important that the user you use has access to the `/config` and `/storage` paths.

0 commit comments

Comments
 (0)