CasaOS: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "==References== {| | valign="top" | * [https://wiki.casaos.io/en/guides/move-docker-images-and-volumes-to-a-diffferent-storage CasaOS » Docker images and volumes] * [https://w...")
 
No edit summary
 
(4 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==
{|
{|
| valign="top" |
| valign="top" |
* [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://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 22: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