CasaOS: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
sudo casaos-uninstall
curl -fsSL https://get.casaos.io | sudo bash
curl -fsSL https://get.casaos.io/update | sudo bash
sudo cp  /var/lib/casaos/www/index.html /var/lib/casaos/www/index.html.bkp
'''sudo vim /var/lib/casaos/www/index.html'''
:%s/href="\//href="\.\//gc
:%s/src="\//src="\.\//gc
==References==
==References==
{|
{|
Line 4: Line 13:
* [https://wiki.casaos.io/en/guides/move-docker-images-and-volumes-to-a-diffferent-storage CasaOS » Docker images and volumes]
* [https://wiki.casaos.io/en/guides/move-docker-images-and-volumes-to-a-diffferent-storage CasaOS » Docker images and volumes]
* [https://wiki.casaos.io/en/guides/casaos-behind-webserver CasaOS » Behind a Webserver]
* [https://wiki.casaos.io/en/guides/casaos-behind-webserver CasaOS » Behind a Webserver]
* [https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html  CasaOS » Nextcloud]
* [https://wiki.casaos.io/en/guides CasaOS » Guides]
* [https://wiki.casaos.io/en/guides CasaOS » Guides]
* [https://jellyfin.org/docs/general/networking/#running-jellyfin-behind-a-reverse-proxy CasaOS » Jellyfin]


| valign="top" |
| valign="top" |

Latest revision as of 21:00, 25 May 2023

sudo casaos-uninstall
curl -fsSL https://get.casaos.io | sudo bash
curl -fsSL https://get.casaos.io/update | sudo bash

sudo cp  /var/lib/casaos/www/index.html /var/lib/casaos/www/index.html.bkp
sudo vim /var/lib/casaos/www/index.html 
:%s/href="\//href="\.\//gc
:%s/src="\//src="\.\//gc

References