1
0
Fork 0
This commit is contained in:
poka 2020-05-20 02:01:28 +02:00
commit 14a38a4735
3 changed files with 13 additions and 5 deletions

View File

@ -162,6 +162,13 @@ sudo sed -i "s/_LPORT_/3000/g" /tmp/oasis.conf
sudo sed -i "s/_APPLI_//g" /tmp/oasis.conf
sudo cp -f /tmp/oasis.conf /etc/nginx/conf.d/oasis.conf
### JUKEBOX RompR CopyLaRadio
sudo sed "s/_PHPVERSION_/$PHPVERSION/g" /home/$YOU/.zen/astroport/www/loveland.conf > /tmp/jukebox.conf
sudo sed -i "s/_NODERNAME_/$NODENAME/g" /tmp/jukebox.conf
sudo sed -i "s/_PORT_/10011/g" /tmp/jukebox.conf
sudo sed -i "s/_APPLI_/jukebox/g" /tmp/jukebox.conf
sudo cp -f /tmp/jukebox.conf /etc/nginx/conf.d/jukebox.conf
sudo systemctl restart nginx || err=1

View File

@ -272,4 +272,5 @@ You are the master of your Libre Digital Castle ("in the sky" or "made of sand"?
> [Basically on Evolutionary Code your code evolves not because you plan, but because the environment around it pushes it into certain directions.](https://medium.com/@_rchaves_/designed-v-evolutionary-code-d52a54408c8f)
https://stackoverflow.com :thumb_up:
https://stackoverflow.com :heart:
https://www.damyr.fr/posts/documentation-technique-echec/ :heart:

View File

@ -56,9 +56,9 @@
<!-- Navigation -->
<nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="btn btn-lg btn-primary" href="/profile" onclick="javascript:event.target.port=10040" target="oasis">Oasis / Feedless ?</a>
<a class="btn btn-lg btn-primary" href="/index.html" onclick="javascript:event.target.port=10030" target="cesium">Cesium</a>
<a class="btn btn-lg btn-primary" href="/index.html" onclick="javascript:event.target.port=10020" target="gchange">Gchange</a>
<a class="btn btn-lg btn-primary" href="/profile" onclick="javascript:event.target.port=10040;event.target.protocol='http:';" target="oasis">Oasis / Feedless ?</a>
<a class="btn btn-lg btn-primary" href="/index.html" onclick="javascript:event.target.port=10030;event.target.protocol='http:';" target="cesium">Cesium</a>
<a class="btn btn-lg btn-primary" href="/index.html" onclick="javascript:event.target.port=10020;event.target.protocol='http:';" target="gchange">Gchange</a>
</div>
</nav>
@ -213,7 +213,7 @@
<!-- Navigation -->
<nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="btn btn-lg btn-primary" href="./jukebox/index.php" target="jukebox">Jukebox</a>
<a class="btn btn-lg btn-primary" href="/" onclick="javascript:event.target.port=10011;event.target.protocol='http:';" target="jukebox">Jukebox</a>
<a class="btn btn-lg btn-primary" href="./nextcloud" target="nextcloud">NextCloud</a>
<a class="btn btn-lg btn-primary" href="./minetest" target="minetest">Minetest</a>
<a class="btn btn-lg btn-primary" href="./ipfs" target="ipfs">IPFS</a>