change mv by cp

This commit is contained in:
Lorenzo Carbonell 2023-05-02 07:16:30 +02:00
parent b46e2082c6
commit 61c9694683
24 changed files with 24 additions and 24 deletions

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/bookstack cd self-hosted/bookstack
mv sample.env .env cp sample.env .env
sed -i "s/bookstack.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/bookstack.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir config mkdir config
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/chevereto cd self-hosted/chevereto
mv sample.env .env cp sample.env .env
sed -i "s/chevereto.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/chevereto.tuservidor.es/el_fqdn_que_quieras/g" .env
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/codimd cd self-hosted/codimd
mv sample.env .env cp sample.env .env
sed -i "s/codimd.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/codimd.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir -p codimd codimddb mkdir -p codimd codimddb
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/dnote cd self-hosted/dnote
mv sample.env .env cp sample.env .env
sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir dnote_data mkdir dnote_data
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/firefly cd self-hosted/firefly
mv sample.env .env cp sample.env .env
sed -i "s/firefly.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/firefly.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir firefly_upload firefly_db mkdir firefly_upload firefly_db
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/flatnotes cd self-hosted/flatnotes
mv sample.env .env cp sample.env .env
sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/focalboard cd self-hosted/focalboard
mv sample.env .env cp sample.env .env
sed -i "s/focalboard.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/focalboard.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir -p data files mkdir -p data files
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/freshrss cd self-hosted/freshrss
mv sample.env .env cp sample.env .env
sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir data mkdir data
mkdir extensions mkdir extensions

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/gitea cd self-hosted/gitea
mv sample.env .env cp sample.env .env
sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir data mkdir data
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/homepage cd self-hosted/homepage
mv sample.env .env cp sample.env .env
sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/immich cd self-hosted/immich
mv sample.env .env cp sample.env .env
sed -i "s/immich.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/immich.tuservidor.es/el_fqdn_que_quieras/g" .env
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/laverga cd self-hosted/laverga
mv sample.env .env cp sample.env .env
sed -i "s/laverga.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/laverga.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir laverga_data mkdir laverga_data
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/miniflux cd self-hosted/miniflux
mv sample.env .env cp sample.env .env
sed -i "s/miniflux.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/miniflux.tuservidor.es/el_fqdn_que_quieras/g" .env
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/mysteryshack cd self-hosted/mysteryshack
mv sample.env .env cp sample.env .env
sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir db mkdir db
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/ntfy cd self-hosted/ntfy
mv sample.env .env cp sample.env .env
sed -i "s/ntfy.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/ntfy.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir dnote_data mkdir dnote_data
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/pastebin cd self-hosted/pastebin
mv sample.env .env cp sample.env .env
sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir db mkdir db
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/radicale cd self-hosted/radicale
mv sample.env .env cp sample.env .env
sed -i "s/radicale.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/radicale.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir data mkdir data
touch .htpasswd-users touch .htpasswd-users

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/shaarli cd self-hosted/shaarli
mv sample.env .env cp sample.env .env
sed -i "s/shaarli.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/shaarli.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir shaarli_data mkdir shaarli_data
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/snibox cd self-hosted/snibox
mv sample.env .env cp sample.env .env
sed -i "s/snibox.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/snibox.tuservidor.es/el_fqdn_que_quieras/g" .env
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/trilium cd self-hosted/trilium
mv sample.env .env cp sample.env .env
sed -i "s/trilium.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/trilium.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir dnote_data mkdir dnote_data
``` ```

View File

@ -5,7 +5,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/vaultwarden cd self-hosted/vaultwarden
mv sample.env .env cp sample.env .env
sed -i "s/vaultwarden.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/vaultwarden.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir -p data mkdir -p data
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/yacht cd self-hosted/yacht
mv sample.env .env cp sample.env .env
sed -i "s/yacht.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/yacht.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir yacht mkdir yacht
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/zincobserve cd self-hosted/zincobserve
mv sample.env .env cp sample.env .env
sed -i "s/zincobserve.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/zincobserve.tuservidor.es/el_fqdn_que_quieras/g" .env
``` ```

View File

@ -3,7 +3,7 @@
``` ```
git clone https://github.com/atareao/self-hosted.git git clone https://github.com/atareao/self-hosted.git
cd self-hosted/zinc cd self-hosted/zinc
mv sample.env .env cp sample.env .env
sed -i "s/zinc.tuservidor.es/el_fqdn_que_quieras/g" .env sed -i "s/zinc.tuservidor.es/el_fqdn_que_quieras/g" .env
``` ```