nixos/applications/pelican/Notes.md
Brendan Golden 34b2ef6a84
feat: got teh wing working
its not 100% ready for prod yet as there is no way to transfer from ptero yet
2024-12-10 00:44:38 +00:00

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
```