8000 GitHub - gerblesh/portainer-centos: portainer centos appliance
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gerblesh/portainer-centos

 
 

Repository files navigation

Portainer Home Server

An example of an appliance built with bootc. Designed for your friend who wants a home server with a webui, and tailscale in case they need you to go fix something. 😄 This is based on Universal Blue's ccos base image, which brings in CoreOS features.

Download ISO

Then follow the installation instructions, remember to set up networking in the installer before continuing with the installation!

Usage

After first boot:

  • https://<ipaddress>:9090 - access the system maintenance webui, login with your username and password.
  • https://<ipaddress>:9443 - access the portainer webui

Tailscale is available via the tailscale command.

TODO (PRs welcomed!)

  • Let's Encrypt setup
  • Magical DNS things to make it easy to run as a home server

Build ISO

Clone this repo then run this to build an iso:

sudo podman run --rm -it --privileged --pull=newer --net=host --security-opt label=type:unconfined_t -v $(pwd)/image-builder-iso.config.toml:/config.toml:ro -v $(pwd)/output:/output -v /var/lib/containers/storage:/var/lib/containers/storage ghcr.io/centos-workstation/bootc-image-builder:latest --type anaconda-iso ghcr.io/castrojo/portainer-centos

About

portainer centos appliance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 85.6%
  • Dockerfile 14.4%
0