From a92a6a87383c0283340a556c790e0fcc7d262abd Mon Sep 17 00:00:00 2001 From: thomas Date: Sat, 1 Oct 2022 17:58:26 +0200 Subject: [PATCH] README MIGRATION --- README.MD | 319 ++----------------------- ressources/element-web/README.MD | 26 ++ ressources/flame/README.MD | 21 ++ ressources/gitea/README.MD | 20 ++ ressources/glpi/README.MD | 24 ++ ressources/gotify/README.MD | 19 ++ ressources/grocy/README.MD | 25 ++ ressources/joplin-desktop/README.MD | 15 ++ ressources/joplin-server/README.MD | 20 ++ ressources/mautrix-syncproxy/README.MD | 19 ++ ressources/mautrix-whatsapp/README.MD | 20 ++ ressources/mautrix-wsproxy/README.MD | 19 ++ ressources/metabase/README.MD | 20 ++ ressources/roundcubemail/README.MD | 25 ++ ressources/rss-bridge/README.MD | 25 ++ ressources/rustdesk-server/README.MD | 24 ++ ressources/tt-rss/README.MD | 27 +++ ressources/vaultwarden-web/README.MD | 20 ++ ressources/vaultwarden/README.MD | 20 ++ ressources/wallabag/README.MD | 25 ++ ressources/zigbee2mqtt/README.MD | 19 ++ 21 files changed, 454 insertions(+), 298 deletions(-) create mode 100644 ressources/element-web/README.MD create mode 100644 ressources/flame/README.MD create mode 100644 ressources/gitea/README.MD create mode 100644 ressources/glpi/README.MD create mode 100644 ressources/gotify/README.MD create mode 100644 ressources/grocy/README.MD create mode 100644 ressources/joplin-desktop/README.MD create mode 100644 ressources/joplin-server/README.MD create mode 100644 ressources/mautrix-syncproxy/README.MD create mode 100644 ressources/mautrix-whatsapp/README.MD create mode 100644 ressources/mautrix-wsproxy/README.MD create mode 100644 ressources/metabase/README.MD create mode 100644 ressources/roundcubemail/README.MD create mode 100644 ressources/rss-bridge/README.MD create mode 100644 ressources/rustdesk-server/README.MD create mode 100644 ressources/tt-rss/README.MD create mode 100644 ressources/vaultwarden-web/README.MD create mode 100644 ressources/vaultwarden/README.MD create mode 100644 ressources/wallabag/README.MD create mode 100644 ressources/zigbee2mqtt/README.MD diff --git a/README.MD b/README.MD index e945081..95465dd 100644 --- a/README.MD +++ b/README.MD @@ -44,302 +44,25 @@ To enter in temporary filesystem ### packages available in shared repository - [adguardhome](./ressources/adguardhome) - - [authelia](./ressource/authelia) - - [bitwarden-desktop](./ressource/bitwarden-desktop) + - [authelia](./ressources/authelia) + - [bitwarden-desktop](./ressources/bitwarden-desktop) - [cloudbeaver](./ressources/cloudbeaver) - - [element-web](#element-web) ([site](https://element.io/)) ([src](https://github.com/vector-im/element-web)) - - [flame](#flame) ([site](https://github.com/pawelmalak/flame)) ([src](https://github.com/pawelmalak/flame)) - - [gitea](#gitea) ([site](https://gitea.io)) ([src](https://github.com/go-gitea/gitea/)) - - [glpi](#glpi) ([site](http://glpi-project.org/)) ([src](https://github.com/glpi-project/glpi)) - - [gotify](#gotify) ([site](https://gotify.net/)) ([src](https://github.com/gotify)) - - [grocy](#grocy) ([site](https://grocy.info/)) ([src](https://github.com/grocy/grocy)) - - [joplin desktop](#joplin) ([site](https://joplinapp.org/)) ([src](https://github.com/laurent22/joplin)) - - [joplin-server](#joplin-server) ([site](https://joplinapp.org/)) ([src](https://github.com/laurent22/joplin)) - - [mautrix-syncproxy and mautrix-wsproxy](#mautrix-syncproxy-and-mautrix-wsproxy) ([site](https://docs.mau.fi/bridges/go/imessage/android/setup.html)) ([src](https://github.com/mautrix/syncproxy)) ([src](https://github.com/mautrix/wsproxy)) - - [mautrix-whatsapp](#mautrix-whatsapp) ([site](https://docs.mau.fi/bridges/go/whatsapp/index.html)) ([src](https://github.com/mautrix/whatsapp)) - - [metabase](#metabase) ([site](https://www.metabase.com/)) ([src](https://github.com/metabase/metabase)) - - [phpbb](./ressource/phpbb) - - [roundcubemail](#roundcubemail) ([site](https://roundcube.net/)) ([src](https://github.com/roundcube/roundcubemail)) - - [rss-bridge](#rss-bridge) ([site](https://github.com/rss-bridge/rss-bridge)) ([src](https://github.com/RSS-Bridge/rss-bridge)) - - [rustdesk-server](#rustdesk-server) ([site](https://rustdesk.com/)) ([src](https://github.com/rustdesk/rustdesk-server)) - - [tt-rss](#tt-rss) ([site](https://tt-rss.org/)) ([src](https://git.tt-rss.org/fox/tt-rss)) - - [vaultwarden and vaultwarden-web](#vaultwarden-and-vaultwarden-web) ([site](https://github.com/dani-garcia/vaultwarden)) ([src](https://github.com/dani-garcia/vaultwarden)) - - [wallabag](#wallabag) ([site](https://www.wallabag.it/)) ([src](https://github.com/wallabag/wallabag)) - - [zigbee2mqtt](#zigbee2mqtt) ([site](https://www.zigbee2mqtt.io/)) ([src](https://github.com/Koenkk/zigbee2mqtt)) - - -#### element-web - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt install element-web - -# sample configuration for apache2 - -cp /usr/share/doc/element-web/apache2-element-web.conf /etc/apache2/sites-available/element-web.conf -a2ensite element-web - -# edit /etc/apache2/sites-available/element-web.conf -# edit /etc/element-web/config.json - -systemctl restart apache2 -``` - -#### flame - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -wget -qO - https://deb.nodesource.com/setup_16.x | bash -apt-get update -apt-get install -y flame - -#Edit /etc/default/flame and change SECRET and PASSWORD - -systemctl enable --now flame -``` - -#### gitea - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt-get install -y gitea - -systemctl enable --now gitea - -#configuration with http://:3000 -``` - -#### glpi - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt install glpi libapache2-mod-php apache2 -y - -gzip -dc /usr/share/doc/glpi/apache2-glpi.conf.gz > /etc/apache2/sites-available/glpi.conf - -#edité le fichier de configuration apache -nano /etc/apache2/sites-available/glpi.conf -a2ensite glpi -systemctl reload apache2 - -#configuration with http:// -``` - -#### gotify - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt-get install -y gotify-server - -#Edit /etc/gotify/config.yml - -systemctl enable --now gotify -``` - -#### grocy - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt-get install -y grocy - -#Edit /etc/grocy/config.php - -# sample configuration for apache2 + php fpm -apt install apache2 php-fpm -a2enmod proxy_fcgi setenvif rewrite -a2enconf php8.1-fpm -cp /usr/share/doc/grocy/apache2-grocy.conf /etc/apache2/sites-available/grocy.conf -a2ensite grocy -systemctl restart apache2 -``` - -#### joplin - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt-get install -y joplin -``` - -#### joplin-server - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -wget -qO - https://deb.nodesource.com/setup_16.x | bash -apt-get update -apt-get install -y joplin-server - -#Edit /etc/default/joplin-server - -systemctl enable --now joplin-server -``` - -#### mautrix-syncproxy and mautrix-wsproxy -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt-get install -y mautrix-syncproxy mautrix-wsproxy - -#Edit /etc/mautrix-wsproxy.yaml and /etc/default/mautrix-syncproxy - -systemctl enable --now mautrix-wsproxy mautrix-syncproxy -``` - -#### mautrix-whatsapp -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt-get install -y mautrix-whatsapp - -#see https://docs.mau.fi/bridges/go/whatsapp/setup/index.html#configuring-and-running - -systemctl enable --now mautrix-whatsapp -``` - -#### metabase - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt-get install -y metabase openjdk-17-jre - -systemctl enable --now metabase - -#configuration with http://:3000 -``` - -#### roundcubemail - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt install roundcubemail - -# sample configuration for apache2 + vhost - -cp /usr/share/doc/roundcubemail/apache2-roundcubemail.conf /etc/apache2/sites-available/roundcubemail.conf -a2ensite roundcubemail - -# edit /etc/apache2/sites-available/roundcubemail.conf -# edit /etc/roundcubemail/config.inc.php - -systemctl restart apache2 -``` - -#### rss-bridge - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt install rss-bridge - -# sample configuration for apache2 - -apt install libapache2-mod-php -cp /usr/share/doc/rss-bridge/apache2-rss-bridge.conf /etc/apache2/site-available/rss-bridge.conf -a2ensite rss-bridge - -# edit /etc/apache2/site-available/rss-bridge.conf - -systemctl restart apache2 -``` - -#### rustdesk-server -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update - -#On Rendez-vous server -apt-get install -y rustdesk-server-hbbs -# edit /etc/default/hbbs -systemctl enable --now hbbs - -#On Relay server -apt-get install -y rustdesk-server-hbbr -# edit /etc/default/hbbr -systemctl enable --now hbbr -``` - -#### tt-rss -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt-get install -y tt-rss - -#Edit /etc/tt-rss/config.php -systemctl enable --now tt-rss - -# sample configuration for apache2 + php fpm -apt install apache2 php-fpm -a2enmod proxy_fcgi setenvif -a2enconf php7.4-fpm -cp /usr/share/doc/tt-rss/apache2-tt-rss.conf /etc/apache2/sites-available/tt-rss.conf -#edit /etc/apache2/sites-available/tt-rss.conf -a2ensite tt-rss -systemctl restart apache2 -``` - -#### vaultwarden and vaultwarden-web - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt install vaultwarden vaultwarden-web - -#Edit /etc/default/vaultwarden - -systemctl enable --now vaultwarden -``` - -#### wallabag - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt install wallabag - -# sample configuration for apache2 - -apt install libapache2-mod-php -cp /usr/share/doc/wallabag/apache2-wallabag.conf /etc/apache2/site-available/wallabag.conf -a2ensite wallabag - -# edit /etc/apache2/site-available/wallabag.conf - -systemctl restart apache2 -``` - -#### zigbee2mqtt - -```bash -apt install -y wget ca-certificates -wget -qO - https://deb.lgy.fr/install.sh | bash -apt-get update -apt-get install -y zigbee2mqtt - -#Edit /etc/zigbee2mqtt/configuration.yaml - -systemctl enable --now zigbee2mqtt -``` + - [element-web](./ressources/element-web) + - [flame](./ressources/flame) + - [gitea](./ressources/gitea) + - [glpi](./ressources/glpi) + - [gotify](./ressources/gotify) + - [grocy](./ressources/grocy) + - [joplin desktop](./ressources/joplin) + - [joplin-server](./ressources/joplin-server) + - [mautrix-syncproxy and mautrix-wsproxy](./ressources/mautrix-syncproxy) + - [mautrix-whatsapp](./ressources/mautrix-whatsapp) + - [metabase](./ressources/metabase) + - [phpbb](./ressources/phpbb) + - [roundcubemail](./ressources/roundcubemail) + - [rss-bridge](./ressources/rss-bridge) + - [rustdesk-server](./ressources/rustdesk-server) + - [tt-rss](./ressources/tt-rss) + - [vaultwarden and vaultwarden-web](./ressources/vaultwarden) + - [wallabag](./ressources/wallabag) + - [zigbee2mqtt](./ressources/zigbee2mqtt) diff --git a/ressources/element-web/README.MD b/ressources/element-web/README.MD new file mode 100644 index 0000000..24f9c76 --- /dev/null +++ b/ressources/element-web/README.MD @@ -0,0 +1,26 @@ +#### element-web + +##### Information +Site : https://element.io/ + +Source : https://github.com/vector-im/element-web + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt install element-web + +# sample configuration for apache2 + +cp /usr/share/doc/element-web/apache2-element-web.conf /etc/apache2/sites-available/element-web.conf +a2ensite element-web + +# edit /etc/apache2/sites-available/element-web.conf +# edit /etc/element-web/config.json + +systemctl restart apache2 +``` + diff --git a/ressources/flame/README.MD b/ressources/flame/README.MD new file mode 100644 index 0000000..34c9953 --- /dev/null +++ b/ressources/flame/README.MD @@ -0,0 +1,21 @@ +#### flame + +##### Information +Site : https://github.com/pawelmalak/flame + +Source : https://github.com/pawelmalak/flame + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +wget -qO - https://deb.nodesource.com/setup_16.x | bash +apt-get update +apt-get install -y flame + +#Edit /etc/default/flame and change SECRET and PASSWORD + +systemctl enable --now flame +``` + diff --git a/ressources/gitea/README.MD b/ressources/gitea/README.MD new file mode 100644 index 0000000..e229b3c --- /dev/null +++ b/ressources/gitea/README.MD @@ -0,0 +1,20 @@ +#### gitea + +##### Information +Site : https://gitea.io + +Source : https://github.com/go-gitea/gitea/ + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y gitea + +systemctl enable --now gitea + +#configuration with http://:3000 +``` + diff --git a/ressources/glpi/README.MD b/ressources/glpi/README.MD new file mode 100644 index 0000000..4b4ef11 --- /dev/null +++ b/ressources/glpi/README.MD @@ -0,0 +1,24 @@ +#### glpi + +##### Information +Site : http://glpi-project.org/ + +Source : https://github.com/glpi-project/glpi + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt install glpi libapache2-mod-php apache2 -y + +gzip -dc /usr/share/doc/glpi/apache2-glpi.conf.gz > /etc/apache2/sites-available/glpi.conf + +#edité le fichier de configuration apache +nano /etc/apache2/sites-available/glpi.conf +a2ensite glpi +systemctl reload apache2 + +#configuration with http:// +``` diff --git a/ressources/gotify/README.MD b/ressources/gotify/README.MD new file mode 100644 index 0000000..4f76455 --- /dev/null +++ b/ressources/gotify/README.MD @@ -0,0 +1,19 @@ +#### gotify + +##### Information +Site : https://gotify.net/ + +Source : https://github.com/gotify + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y gotify-server + +#Edit /etc/gotify/config.yml + +systemctl enable --now gotify +``` diff --git a/ressources/grocy/README.MD b/ressources/grocy/README.MD new file mode 100644 index 0000000..ab7f219 --- /dev/null +++ b/ressources/grocy/README.MD @@ -0,0 +1,25 @@ +#### grocy + +##### Information +Site : https://grocy.info/ + +Source : https://github.com/grocy/grocy + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y grocy + +#Edit /etc/grocy/config.php + +# sample configuration for apache2 + php fpm +apt install apache2 php-fpm +a2enmod proxy_fcgi setenvif rewrite +a2enconf php8.1-fpm +cp /usr/share/doc/grocy/apache2-grocy.conf /etc/apache2/sites-available/grocy.conf +a2ensite grocy +systemctl restart apache2 +``` diff --git a/ressources/joplin-desktop/README.MD b/ressources/joplin-desktop/README.MD new file mode 100644 index 0000000..a1397e9 --- /dev/null +++ b/ressources/joplin-desktop/README.MD @@ -0,0 +1,15 @@ +#### joplin + +##### Information +Site : https://joplinapp.org/ + +Source : https://github.com/laurent22/joplin + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y joplin +``` diff --git a/ressources/joplin-server/README.MD b/ressources/joplin-server/README.MD new file mode 100644 index 0000000..1f9b40c --- /dev/null +++ b/ressources/joplin-server/README.MD @@ -0,0 +1,20 @@ +#### joplin-server + +##### Information +Site : https://joplinapp.org/ + +Source : https://github.com/laurent22/joplin + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +wget -qO - https://deb.nodesource.com/setup_16.x | bash +apt-get update +apt-get install -y joplin-server + +#Edit /etc/default/joplin-server + +systemctl enable --now joplin-server +``` diff --git a/ressources/mautrix-syncproxy/README.MD b/ressources/mautrix-syncproxy/README.MD new file mode 100644 index 0000000..c8c679a --- /dev/null +++ b/ressources/mautrix-syncproxy/README.MD @@ -0,0 +1,19 @@ +#### mautrix-syncproxy + +##### Information +Site : https://docs.mau.fi/bridges/go/imessage/android/setup.html + +Source : https://github.com/mautrix/syncproxy + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y mautrix-syncproxy mautrix-wsproxy + +#Edit /etc/mautrix-wsproxy.yaml and /etc/default/mautrix-syncproxy + +systemctl enable --now mautrix-wsproxy mautrix-syncproxy +``` diff --git a/ressources/mautrix-whatsapp/README.MD b/ressources/mautrix-whatsapp/README.MD new file mode 100644 index 0000000..8a75bd4 --- /dev/null +++ b/ressources/mautrix-whatsapp/README.MD @@ -0,0 +1,20 @@ +#### mautrix-whatsapp + +##### Information +Site : https://docs.mau.fi/bridges/go/whatsapp/index.html + +Source : https://github.com/mautrix/whatsapp + +##### Install + +``` +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y mautrix-whatsapp + +#see https://docs.mau.fi/bridges/go/whatsapp/setup/index.html#configuring-and-running + +systemctl enable --now mautrix-whatsapp +``` + diff --git a/ressources/mautrix-wsproxy/README.MD b/ressources/mautrix-wsproxy/README.MD new file mode 100644 index 0000000..e2839a6 --- /dev/null +++ b/ressources/mautrix-wsproxy/README.MD @@ -0,0 +1,19 @@ +#### mautrix-wsproxy + +##### Information +Site : https://docs.mau.fi/bridges/go/imessage/android/setup.html + +Source : https://github.com/mautrix/wsproxy + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y mautrix-syncproxy mautrix-wsproxy + +#Edit /etc/mautrix-wsproxy.yaml and /etc/default/mautrix-syncproxy + +systemctl enable --now mautrix-wsproxy mautrix-syncproxy +``` diff --git a/ressources/metabase/README.MD b/ressources/metabase/README.MD new file mode 100644 index 0000000..7014f0f --- /dev/null +++ b/ressources/metabase/README.MD @@ -0,0 +1,20 @@ +#### metabase + +##### Information +Site : https://www.metabase.com/ + +Source : https://github.com/metabase/metabase + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y metabase openjdk-17-jre + +systemctl enable --now metabase + +#configuration with http://:3000 +``` + diff --git a/ressources/roundcubemail/README.MD b/ressources/roundcubemail/README.MD new file mode 100644 index 0000000..c7a4f9e --- /dev/null +++ b/ressources/roundcubemail/README.MD @@ -0,0 +1,25 @@ +#### roundcubemail + +##### Information +Site : https://roundcube.net/ + +Source : https://github.com/roundcube/roundcubemail + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt install roundcubemail + +# sample configuration for apache2 + vhost + +cp /usr/share/doc/roundcubemail/apache2-roundcubemail.conf /etc/apache2/sites-available/roundcubemail.conf +a2ensite roundcubemail + +# edit /etc/apache2/sites-available/roundcubemail.conf +# edit /etc/roundcubemail/config.inc.php + +systemctl restart apache2 +``` diff --git a/ressources/rss-bridge/README.MD b/ressources/rss-bridge/README.MD new file mode 100644 index 0000000..75bb6a3 --- /dev/null +++ b/ressources/rss-bridge/README.MD @@ -0,0 +1,25 @@ +#### rss-bridge + +##### Information +Site : https://github.com/rss-bridge/rss-bridge + +Source : https://github.com/RSS-Bridge/rss-bridge + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt install rss-bridge + +# sample configuration for apache2 + +apt install libapache2-mod-php +cp /usr/share/doc/rss-bridge/apache2-rss-bridge.conf /etc/apache2/site-available/rss-bridge.conf +a2ensite rss-bridge + +# edit /etc/apache2/site-available/rss-bridge.conf + +systemctl restart apache2 +``` diff --git a/ressources/rustdesk-server/README.MD b/ressources/rustdesk-server/README.MD new file mode 100644 index 0000000..895f64f --- /dev/null +++ b/ressources/rustdesk-server/README.MD @@ -0,0 +1,24 @@ +#### rustdesk-server + +##### Information +Site : https://rustdesk.com/ + +Source : https://github.com/rustdesk/rustdesk-server + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update + +#On Rendez-vous server +apt-get install -y rustdesk-server-hbbs +# edit /etc/default/hbbs +systemctl enable --now hbbs + +#On Relay server +apt-get install -y rustdesk-server-hbbr +# edit /etc/default/hbbr +systemctl enable --now hbbr +``` diff --git a/ressources/tt-rss/README.MD b/ressources/tt-rss/README.MD new file mode 100644 index 0000000..14943ca --- /dev/null +++ b/ressources/tt-rss/README.MD @@ -0,0 +1,27 @@ +#### tt-rss + +##### Information +Site : https://tt-rss.org/ + +Source : https://git.tt-rss.org/fox/tt-rss + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y tt-rss + +#Edit /etc/tt-rss/config.php +systemctl enable --now tt-rss + +# sample configuration for apache2 + php fpm +apt install apache2 php-fpm +a2enmod proxy_fcgi setenvif +a2enconf php7.4-fpm +cp /usr/share/doc/tt-rss/apache2-tt-rss.conf /etc/apache2/sites-available/tt-rss.conf +#edit /etc/apache2/sites-available/tt-rss.conf +a2ensite tt-rss +systemctl restart apache2 +``` diff --git a/ressources/vaultwarden-web/README.MD b/ressources/vaultwarden-web/README.MD new file mode 100644 index 0000000..951e2e1 --- /dev/null +++ b/ressources/vaultwarden-web/README.MD @@ -0,0 +1,20 @@ +#### vaultwarden-web + +##### Information +Site : https://github.com/dani-garcia/vaultwarden + +Source : https://github.com/dani-garcia/vaultwarden + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt install vaultwarden vaultwarden-web + +#Edit /etc/default/vaultwarden + +systemctl enable --now vaultwarden +``` + diff --git a/ressources/vaultwarden/README.MD b/ressources/vaultwarden/README.MD new file mode 100644 index 0000000..e454dff --- /dev/null +++ b/ressources/vaultwarden/README.MD @@ -0,0 +1,20 @@ +#### vaultwarden + +##### Information +Site : https://github.com/dani-garcia/vaultwarden + +Source : https://github.com/dani-garcia/vaultwarden + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt install vaultwarden vaultwarden-web + +#Edit /etc/default/vaultwarden + +systemctl enable --now vaultwarden +``` + diff --git a/ressources/wallabag/README.MD b/ressources/wallabag/README.MD new file mode 100644 index 0000000..fc2036b --- /dev/null +++ b/ressources/wallabag/README.MD @@ -0,0 +1,25 @@ +#### wallabag + +##### Information +Site : https://www.wallabag.it/ + +Source : https://github.com/wallabag/wallabag + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt install wallabag + +# sample configuration for apache2 + +apt install libapache2-mod-php +cp /usr/share/doc/wallabag/apache2-wallabag.conf /etc/apache2/site-available/wallabag.conf +a2ensite wallabag + +# edit /etc/apache2/site-available/wallabag.conf + +systemctl restart apache2 +``` diff --git a/ressources/zigbee2mqtt/README.MD b/ressources/zigbee2mqtt/README.MD new file mode 100644 index 0000000..aba8328 --- /dev/null +++ b/ressources/zigbee2mqtt/README.MD @@ -0,0 +1,19 @@ +#### zigbee2mqtt + +##### Information +Site : https://www.zigbee2mqtt.io/ + +Source : https://github.com/Koenkk/zigbee2mqtt + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y zigbee2mqtt + +#Edit /etc/zigbee2mqtt/configuration.yaml + +systemctl enable --now zigbee2mqtt +```