feat: got teh wing working
its not 100% ready for prod yet as there is no way to transfer from ptero yet
This commit is contained in:
parent
58787628d2
commit
34b2ef6a84
4 changed files with 60 additions and 4 deletions
16
applications/pelican/Notes.md
Normal file
16
applications/pelican/Notes.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue