Applications: Difference between revisions
Lynn Macey (talk | contribs) |
Lynn Macey (talk | contribs) |
||
| Line 25: | Line 25: | ||
==Web Applications== | ==Web Applications== | ||
{| class="wikitable" | |||
|+ Available and Supported Web Applications | |||
|- | |||
! Name !! Server !! Management !! Official Documentation || Description | |||
[[Calibre]] - Comprehensive book library and management | [[Calibre]] - Comprehensive book library and management | ||
| Line 32: | Line 37: | ||
[[Sonarr]] | [[Sonarr]] | ||
== Application Management == | == Application Management == | ||
Having the applications is great, but quickly becomes more than a person can keep in their head. Where is the app located? What port is it served from all needs to be abstracted in order to be easily adopted. Basically, people come to the application in order to use then and not spent much time trying to find them. My adoption and use of the tools has changed over time. Docker and Docker Compose are great, but can be a challenge to work with because of their complexity. The management systems work by insulating the administrator from a lot of the details. The tradeoff is, of course, that flexibility may be limited. | Having the applications is great, but quickly becomes more than a person can keep in their head. Where is the app located? What port is it served from all needs to be abstracted in order to be easily adopted. Basically, people come to the application in order to use then and not spent much time trying to find them. My adoption and use of the tools has changed over time. Docker and Docker Compose are great, but can be a challenge to work with because of their complexity. The management systems work by insulating the administrator from a lot of the details. The tradeoff is, of course, that flexibility may be limited. | ||
Revision as of 17:38, 11 July 2026
Application Servers
There are several and even a reason why it is that way. They are listed here. These are all virtual machines, VMs, that are hosted on the main Proxmox server pve.
| Name | IP | Management | Access | Content Type |
|---|---|---|---|---|
| Chico1 | 192.168.86.31 | Yams | Portainer1 | Audio and Video management with some other apps |
| Chico3 | 192.168.86.33 | Dockge | Portainer3 |
Applications that are not available on TrueNAS or Deployrr |
| Chico5 | 192.168.86.35 | Apache | none | Non-Docker Apps |
| Chico7 | 192.168.86.37 | Deployrr | Portainer7 | Most Docker Apps and Proxy Server |
| Cube | 192.168.86.12 | Dockge | Portainer | Media Management |
See also: Virtual Machines
Web Applications
| Name | Server | Management | Official Documentation | Description
Calibre - Comprehensive book library and management Calibre-web - A smaller set of books that are easily accessed on the web Application ManagementHaving the applications is great, but quickly becomes more than a person can keep in their head. Where is the app located? What port is it served from all needs to be abstracted in order to be easily adopted. Basically, people come to the application in order to use then and not spent much time trying to find them. My adoption and use of the tools has changed over time. Docker and Docker Compose are great, but can be a challenge to work with because of their complexity. The management systems work by insulating the administrator from a lot of the details. The tradeoff is, of course, that flexibility may be limited. DockgeDockge is installed on the Cube server and is intended to consolidate Chico1 and the Plex server on Qnap. YamsI started with Yams and am not really unhappy with it. It is a pretty straight from the box docker management application. Docker compose scripts can be added to a local yaml file and started from docker. Generally, after it is running, the deployrr app is used to set up a proxy so that it can be run from https://name.maceys.net where name is the application. Most of the applications here are available through deployrr. The main media applications are still here for the time being. The usage information for Yams is here: Using the Yams CLI DeployrrDeployrr is the next generation application management tools. It combines Docker and the Traefik proxy server and wraps them into a command line application to manage the whole stack. The author has put a great deal of effort making this work. I support him with an annual subscription. At this point, unless there is a really good reason to apply some other approach, I use Deployrr Detailed information on Deployrr is here Deployrr. Return to Technical Guides |
|---|