Running Homepage Application Dashboard on Linux

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=RSjjO3QNgK8



Duration: 1:33
521 views
19


#Homepage #Dashboard #Linux

Full steps can be found at https://i12bretro.github.io/tutorials...

--------------------------------------------------------------------
What is Homepage?
--------------------------------------------------------------------
[Homepage is] a modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery. - https://github.com/benphelps/homepage
 
--------------------------------------------------------------------
Installing NodeJS
--------------------------------------------------------------------
   01. Log into the Linux device
   02. Run the following commands in a terminal window
         add nodejs software repository
         curl -sL https://deb.nodesource.com/setup_20.x | sudo bash -
         install nodejs
         sudo apt install nodejs -y
         test node is working
         node -v
         test npm is working
         npm -v
 
--------------------------------------------------------------------
Running Homepage
--------------------------------------------------------------------
   01. Continue with the following commands:
         install git
         sudo apt install git -y
         cd back to home
         cd ~
         clone homepage github repo
         git clone https://github.com/gethomepage/homepa... ./homepage
         cd into git clone
         cd homepage
         checkout the latest tagged release
         git checkout "$(git tag --sort=v:refname | tail -n1)"
         install dependencies
         npm install
         copy config files
         cp ./src/skeleton ./config -r
         build homepage
         npm run build
         run homepage
         npm start
   02. Open a web browser and navigate to http://DNSorIP:3000
   03. Welcome to Homepage
 
Source:  https://github.com/gethomepage/homepa...
 


Connect with me and others ###
★ Discord:   / discord  
★ Reddit:   / i12bretro  
★ Twitter:   / i12bretro  







Tags:
Application Dashboard
Browser Based
Debian
Home Lab
Home Lab Ideas
Homelab Dashboard
Homepage
Homepage Application Dashboard
How To
Install Guide
Linux
NodeJS
Self-Hosted
Tutorial
Ubuntu
Web Based
Web Based Tools
i12bretro