Skip to content

johannes-lindner/homeOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeOS

Architecture

To run the app we need to start 2 systemd services.

  • cloudflared.service: With this service we connect to cloudflare to host our app via a public domain
  • homeos.service: This is the streamlit app running on port 8001. Make sure to start the app only on this port, because it is connected to the cloudflare tunnel.

Installation

Restart

sudo systemctl restart homeos.service

Troubleshooting

  1. List all services: Check is services are running (Exit with: Q)
systemctl list-units --type=service
  1. Check Status of Service
systemctl systemctl status homeos.service
```# homeOS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published