Brendan Golden
34b2ef6a84
its not 100% ready for prod yet as there is no way to transfer from ptero yet
16 lines
No EOL
333 B
Markdown
16 lines
No EOL
333 B
Markdown
# Notes on Pelican
|
|
|
|
## Panel
|
|
|
|
* ``pelican-install`` is in env that can be used to isntall
|
|
* then go to ``panel-address.skynet.ie/installer`` to finish the setup
|
|
|
|
## Wing
|
|
|
|
In the config the ssl must be set as so:
|
|
```yaml
|
|
ssl:
|
|
enabled: true
|
|
cert: /var/lib/acme/skynet/fullchain.pem
|
|
key: /var/lib/acme/skynet/key.pem
|
|
``` |