[READ-ONLY] Mirror of https://github.com/thoda-dev/scripts. custom scripts
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

Thomas (Oct 5, 2025, 2:58 PM +0200) e11c5898 6838c886

+8
+8
README.md
··· 1 1 # scripts 2 2 custom scripts for servers 3 + 4 + ## Usage 5 + 6 + ### Ajouter un host NodeJS dans NGinx 7 + 8 + ```bash 9 + sudo curl -fsSL https://raw.githubusercontent.com/Jericho1060/scripts/refs/heads/main/set_new_nginx_app.sh | bash -s <domain> <port> <email> 10 + ```