OpenMediaVault
Portainer
OpenMediaVault | Portainer | |
---|---|---|
525 | 342 | |
5,255 | 31,243 | |
2.2% | 1.3% | |
9.7 | 9.7 | |
4 days ago | 6 days ago | |
PHP | TypeScript | |
GNU General Public License v3.0 or later | zlib License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OpenMediaVault
-
How I built my own SeedBox with K8S
I almost forgot to mention that we need to have a NAS server accessible from the network of our Kubernetes cluster. I have my server configured on a Raspberry pi 3 where a HDD has been attached to it and has been published on the network by using Openmediavault.
- Openmediavault
- Ask HN: For what purposes do you use a Raspberry Pi?
-
Storage software with the features of Unraid but runs on Debian with cli interface?
You might want to consider the previously mentioned MergerFS and SnapRAID, or MDADM and LVM for your setup. OpenMediaVault [https://www.openmediavault.org/ is a solid choice in this regard. Additionally, if you're planning to run something like Proxmox, you could look into deploying Starwind CVM on top of it. Pretty much like in this guide: https://www.starwindsoftware.com/resource-library/starwind-virtual-san-vsan-configuration-guide-for-proxmox-vsan-deployed-as-a-controller-virtual-machine-cvm/ .
- Openmediavault – The open network attached storage solution
-
What do I need to do to get my personal file server running? I’m new to Linux.
You would better to install OMV instead. It's a ready to use fileserver solution with web interface.
- Design NAS and backup system for me…
-
Yo Ho, Yo Ho, a pirates life for me!! Recent streaming services, prices and shows getting butchered, finally decided its time. Here's how a basic self-hosted 'Netflix' would look like. Fully automated once its setup. Using only a makeshift homelab server from second hand parts.
So I'm working on a similar setup with an ancient desktop my in-laws were getting rid of. I installed OpenMediaVault directly to the hard drive (it's so old that I assume it wouldn't work too well as a hypervisor), with a 4TB external HDD attached. OMV supports Docker by means of a plug-in and I'm running a Jellyfin container with no issues at all. I'm still manually downloading everything to the HDD but *arr containers are my next step, as well as setting up a gluetun container to route all that through a VPN.
-
Ghetto-NAS
That is possible (it's automated to a certain extent). It also depends on the NAS OS. Unraid, for example, can work with drives of different sizes while using the largest one for parity. TrueNAS uses ZFS so you won't be able to just add a drive to your RAIDZ and expand it. There's also openmediavault: https://www.openmediavault.org/ that uses Linux Software RAID and you can add a new drive there but you can't combine drives of different sizes. And there's also Starwinds NAS that supports both Linux Software RAID and ZFS: https://www.starwindsoftware.com/san-and-nas. Plus, I would avoid SMR drives in RAID: https://nascompares.com/answer/list-of-wd-cmr-and-smr-hard-drives-hdd/
-
Want to setup my first NAS for data storage + remote access. Should I setup a TrueNAS or buy an off-shelf NAS like Synology?
I'd put it like that: if you have a spare PC, then it's definitely worth trying. I would also look into openmediavault (minimal RAM needs): https://www.openmediavault.org/ and Starwinds NAS (supports both ZFS and Linux software RAID): https://www.starwindsoftware.com/san-and-nas
Portainer
-
Revolutionizing Notifications with NTFY.sh: Use Cases, Benefits, and Best Practices
We see that both of our containers are working and no restarting issues. So all looks good at first glance. Now we can move to the next step. We could now deploy NTFY container, but I would like to deploy a Portainer. Why?
-
Kubernetes Multi-Cloud Multi-Cluster Strategy Overview
It's crucial to have an effective access management system that allows you to robustly manage user identities and permissions across your clusters. Although Kubernetes includes an advanced RBAC implementation, this only works within a single cluster. A dedicated Kubernetes management platform such as Rancher or Portainer is required to cohesively configure identities and grant users the multi-cluster access they require.
-
Portainer + gitops ❤️: A simple way to deploy and manage your self-hosted applications
Check it out https://www.portainer.io/
-
26 Top Kubernetes Tools
Portainer is a container management platform that provides a powerful web interface to administer your workloads. It natively supports Kubernetes environments to help you manage your Pods, Deployments, Helm charts, and other cluster resources. Portainer also provides robust RBAC capabilities and an external authentication layer, letting you grant team members access to Kubernetes through Portainer without directly exposing your cluster.
-
Install Docker and Portainer in a VM using Ansible
This episode is actually why I started this series in the first place. I am an active Docker user and Docker fan, but I like containers and DevOps topics in general. I am a moderator on the official Docker forums and I see that people often struggle with the installation process of Docker CE or Docker Desktop. Docker Desktop starts a virtual machine, and the GUI is to manage the Docker CE inside the virtual machine even on Linux. Even though I prefer not to use a GUI for creating containers, I admit it can be useful in some situations, but you always need to be ready to use the command line where all the commands are available. In this episode I will use Ansible to install Docker CE in the previously created virtual machine, and I will also install a web-based graphical interface, Portainer.
-
Homelab Adventures: Crafting a Personal Tech Playground
Portainer
-
Runtipi: Docker-Based Home Server Management
> Any tips on the minimum hardware or VPS's needed to get a small swarm cluster setup?
From my testing, Docker Swarm is very lightweight, uses less memory than both Hashicorp Nomad and lightweight Kubernetes distros (like K3s). Most of the resource requirements will depend on what containers you actually want to run on the nodes.
You might build a cluster from a bunch of Raspberry Pis, some old OptiPlex boxes or laptops, or whatever you have laying around and it's mostly going to be okay. On a practical level, anything with 1-2 CPU cores and 4 GB of RAM will be okay for running any actually useful software, like a web server/reverse proxy, some databases (PostgreSQL/MySQL/MariaDB), as well as either something for a back end or some pre-packaged software, like Nextcloud.
So, even 5$/month VPSes are more than suitable, even from some of the more cheap hosts like Hetzner or Contabo (though the latter has a bad rep for limited/no support).
That said, you might also want to look at something like Portainer for a nice web based UI, for administering the cluster more easily, it really helps with discoverability and also gives you redeploy web hooks, to make CI easier: https://www.portainer.io/ (works for both Docker Swarm as well as Kubernetes, except the Kubernetes ingress control was a little bit clunky with Traefik instead of Nginx)
- Cómo instalar Docker CLI en Windows sin Docker Desktop y no morir en el intento
-
Setup Portainer for Server App
In this section, we will add Portainer to help us in managing our Docker containers. You can find more details about it here. To integrate Portainer into our EC2 project, we can follow these steps:
-
Old documentation url on Github issues gives ERR_TOO_MANY_REDIRECTS.
Git issues pointing to: https://docs.portainer.io/v/ce-2.9/start/install/agent/swarm/linux gives a ERR_TOO_MANY_REDIRECTS.
What are some alternatives?
Nextcloud - ☁️ Nextcloud server, a safe home for all your data
Yacht - A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.
FreeNAS - TrueNAS CORE/Enterprise/SCALE Middleware Git Repository [Moved to: https://github.com/truenas/middleware]
swarmpit - Lightweight mobile-friendly Docker Swarm management UI
Jellyfin - The Free Software Media System
podman - Podman: A tool for managing OCI containers and pods.
DietPi - Lightweight justice for your single-board computer!
CasaOS - CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
ServersatHome - This is the official Github for Servers@Home
podman-compose - a script to run docker-compose.yml using podman
Ansible-NAS - Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook.
Harbor - An open source trusted cloud native registry project that stores, signs, and scans content.