Update page 'Customization'
parent
207d86e624
commit
f1a51991f9
1 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,16 @@ git clone https://code.0x2620.org/0x2620/pandora_overlay.git <sitename>
|
||||||
```
|
```
|
||||||
|
|
||||||
now configure config.jsonc and add custom JavaScript files and images.
|
now configure config.jsonc and add custom JavaScript files and images.
|
||||||
|
i.e.
|
||||||
|
|
||||||
|
```
|
||||||
|
cd /srv/pandora/<sitename>
|
||||||
|
cp /srv/pandora/pandora/config.padma.jsonc config.jsonc
|
||||||
|
mkdir -p static/js
|
||||||
|
cp /srv/pandora/static/js/infoView.padma.js static/js/infoView.<sitename>.js
|
||||||
|
vim config.jsonc
|
||||||
|
```
|
||||||
|
|
||||||
to active / update run:
|
to active / update run:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue