Scripts for self-hosting. Useful tools for spinning up and maintaining self-hosted applications.
Go to file
Enki 220125a2d9 Last round of clean up and fixes I hope 2024-01-09 17:49:26 -08:00
Bitcoin Last round of clean up and fixes I hope 2024-01-09 17:49:26 -08:00
LICENSE Initial commit 2023-12-22 06:35:31 +00:00
README.md readme fix 2023-12-22 01:54:08 -08:00

README.md

 .::::::.     ...    :::      .::.:::::::..    :::.   :::.    :::.     .::::::.   .,-::::: :::::::..   :::::::::::::. :::::::::::: .::::::. 
;;;`    `  .;;;;;;;. ';;,   ,;;;' ;;;;``;;;;   ;;`;;  `;;;;,  `;;;    ;;;`    ` ,;;;'````' ;;;;``;;;;  ;;; `;;;```.;;;;;;;;;;;'''';;;`    ` 
'[==/[[[[,,[[     \[[,\[[  .[[/    [[[,/[[['  ,[[ '[[,  [[[[[. '[[    '[==/[[[[,[[[         [[[,/[[['  [[[  `]]nnn]]'      [[     '[==/[[[[,
  '''    $$$$,     $$$ Y$c.$$"     $$$$$$c   c$$$cc$$$c $$$ "Y$c$$      '''    $$$$         $$$$$$c    $$$   $$$""         $$       '''    $
 88b    dP"888,_ _,88P  Y88P       888b "88bo,888   888,888    Y88     88b    dP`88bo,__,o, 888b "88bo,888   888o          88,     88b    dP
  "YMmMY"   "YMMMMMP"    MP        MMMM   "W" YMM   ""` MMM     YM      "YMmMY"   "YUMMMMMP"MMMM   "W" MMM   YMMMb         MMM      "YMmMY" 

How to use these scripts


These should work on most Debian based distros that use apt.

If you're using a GUI, then you can download the zip file. Unzip and open the folder. Find the script (or set of scripts.) that you want to use right click, look for the permissions section and tick the "run as program" permission. Right click on a folder select "Open in terminal" then type ls this will show whats in the folder then sudo ./full_script_name.sh. You might need to provide an admin password.

If you are running 'headless' and dont have Git installed yet you can run :

wget https://github.com/Enkimin/Sovran-Scripts/archive/main.tar.gz tar -xzf main.tar.gz cd main ls cd folder_name sudo ./script_name.sh

If Git is installed use :

git clone https://github.com/Enkimin/Sovran-Scripts.git cd Sovran-Scripts ls cd folder_name sudo ./script_name.sh

Scripts

List of scripts and what they do.


coreinstall.sh

  • This script walks the user through the process of installing TOR, I2P, and Bitcoin Core plus configures Core to use whatever network is installed.