Ideas for projects on Linux Box #170
Replies: 12 comments 6 replies
-
|
Nextcloud
|
Beta Was this translation helpful? Give feedback.
-
|
Pi-hole
|
Beta Was this translation helpful? Give feedback.
-
|
remote access to box
autorize clinet in https://my.zerotier.com/ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Uptime Kuma (in docker) docker run -d --restart=always -p 3001:3001 \
-v uptime-kuma:/app/data \
--name uptime-kuma louislam/uptime-kuma
|
Beta Was this translation helpful? Give feedback.
-
|
vscode in docker docker run -it -d --name code-server \
-p 8111:8080 \
-v "$HOME/code:/home/box" \
-e PASSWORD="box" \
codercom/code-server
|
Beta Was this translation helpful? Give feedback.
-
|
Oracle DB server (in Docker container) docker run -it -d --name code-server \
-p 8080:8080 \
-v "$HOME/code:/home/coder/project" \
-e PASSWORD="box" \
codercom/code-server
|
Beta Was this translation helpful? Give feedback.
-
|
Postgres DB server (in docker container) pgAdmin (in docker container)
|
Beta Was this translation helpful? Give feedback.
-
|
Glances web -> cpu 9 - 70%, memory 80 - 89%, temperature 69 °C
Btop
Uptime: 1 day, 2:04:23, full stable and responsible |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Wow! Great to see what you are doing with these simple low spec boxes! 👍 |
Beta Was this translation helpful? Give feedback.
-
|
From my experience Home Assistant Supervised does not like to have other docker containers installed. Is that your experience as well? |
Beta Was this translation helpful? Give feedback.

















Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
first thank you @devmfc for fantastic work 🥇
I've been using Linux on box for a while for the basics (navigating the filesystem, managing packages, etc.) erything works stable 👍 .
Then I've installed some packages for example btop, cockpit
and I was able to install Home Assistant supervised version - see the screens below
Now I'm looking for some new project ideas to really level up my box :)
What have you install? What do you recommend?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions