## DEBMAKER ### Requirement - debootstrap (ie apt install debootstrap) - Run as root ### Usage ```bash . vaultwarden2deb allstep ``` ### package are available without compilation #### joplin server ```bash apt install -y python 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 ``` #### rss-bridge ```bash wget -qO - https://deb.lgy.fr/install.sh | bash 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/ a2ensite apache2-rss-bridge # edit /etc/apache2/site-available/apache2-rss-bridge.conf systemctl restart apache2 ``` #### vaultwarden ```bash wget -qO - https://deb.lgy.fr/install.sh | bash apt install vaultwarden vaultwarden-web #Edit /etc/default/vaultwarden systemctl enable --now vaultwarden ``` #### zigbee2mqtt ```bash apt install -y wget ca-certificates wget -qO - https://deb.lgy.fr/install.sh | bash apt-get install -y zigbee2mqtt #Edit /etc/zigbee2mqtt/configuration.yaml systemctl enable --now zigbee2mqtt ```