-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it is possible to run it in a proxmox container? #2
Comments
it's listed as a todo |
Yes, I have added a container and a compose file, helm file to come, and I will also check CI/CD so you can use docker image from github |
Improvement: Add Dockerfile #2, compose, License, github workflow
docker image is now available as a github package https://github.com/users/drndos/packages/container/package/openspoolman |
I am in a proxmox ct and vm environment.. |
It looks like it might be best to create a VM and install a docker/podman/other CR https://kubernetes.io/docs/setup/production-environment/container-runtimes/ there or if you need it for other stuff create a kubernetes cluster. If you don't want the kubernetes cluster you can start the CR on system startup
in compose.yaml, then simply run If you fancy a kubernetes cluster the best way to start is IMHO microk8s. To run microk8s I have a quick how-to in Slovak language here: https://essential-data.sk/home-assistant-v-high-availability/ (if you use google translate, some of the code may be messed up, so check back to original page when copying code) Note: I use kubernetes (k8s) everyday at work, it might be a little bit overwhelming, so be cautios and do it if you are willing to learn many new concepts |
there's already scripts to deploy a LXC container of Spoolman into proxmox easily, why not build a package, similar for example to what exists for Prowlarr or Sonarr and have it deployed into the Spoolman container. |
I couldn't find the scripts you mentioned could you please link them? Unfortunately I don't have the proxmox environment in my homelab. Feel free to open PR :) Maybe then I could test it in my work dev environment where I have proxmox. Thanks Edit: you can use my helm chart of spoolman oci://ghcr.io/drndos/spoolman or edit the compose file to contain both spoolman and openspoolman together to make it easy and be together |
here are many scrpts to make a ct or a vm with a simple command |
https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/spoolman-install.sh from https://community-scripts.github.io/ProxmoxVE/scripts?id=spoolman |
the request is to have a simple installation for a container
The text was updated successfully, but these errors were encountered: