Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

19 total results found

Server Administration

This shelf covers all manner of topics, from Docker development and deployment, to workarounds for PROXMOX issues.

Server
Docker
PROXMOX

Making and Using Docker Containers

This section should cover the steps and basic principles of how to use, make, and push Docker containers and images to Docker Hub, using the correct tagging.

Docker

PROXMOX

PROXMOX is a bare-metal virtualization software, allowing for efficient, low-overhead resource distribution between multiple operating systems on a single host.

PROXMOX

BookStack

Managing and running BookStack instances.

BookStack
Backups

Self-Hosted AI

Running LLMs on local hardware, or potentially self-managed cloud services.

LLM
AI

Wireguard & VPNs

PROXMOX Troubleshooting and Known Issues

PROXMOX

This chapter covers some of the known common issues with PROXMOX that you may encounter, and how to either solve or avoid them, if possible.

Troubleshooting

Docker Hub & Uploading Containers

Making and Using Docker Containers

Docker

Backup and Restore

BookStack

Backups

Ollama

Self-Hosted AI

A FOSS tool that helps with interacting directly with LLMs locally.

Open WebUI

Self-Hosted AI

A useful web utility for easier, but also more powerful, interaction with local LLMs.

LLM
Open WebUI

Known Issues & Troubleshooting

Wireguard & VPNs

Stable Diffusion

Self-Hosted AI

AI

USB & External Devices Shut Off Peridocally

PROXMOX PROXMOX Troubleshooting and Known Issues

On any smaller machines which PROXMOX is run on, you may be reliant on external USB devices to operate the server reliably. For instance, you may need to use an external hard drive to have adequate storage for ISOs or non-I/O-critical VMs, or you may need an e...

Pushing to your Repository

Making and Using Docker Containers Docker Hub & Uploading Containers

Once you have your repository created in hub.docker.com, you can begin tagging and uploading your created docker images. For instance, assuming we have a container called myrepo/myimage, you may want to build a version of your image tagged with the correct ve...

Backup & Restore

BookStack Backup and Restore

This applies exclusively to the bare-metal BookStack install, not the Docker version. It also assumes you installed via the Ubuntu Installation script:https://www.bookstackapp.com/docs/admin/installation/#requirements  ----------------------------------------...

Error Troubleshooting

Self-Hosted AI Open WebUI

If you have an error such as the following: Ollama:500, message='Internal Server Error', url=URL('http://127.0.0.1:11434/api/chat') Likely you need to update Ollama, as Open WebUI has been updated too far to be able to interact with your current Ollama versi...

AUTOMATIC1111

Self-Hosted AI Stable Diffusion

Making Docker see NVIDIA GPUs on Linux

Self-Hosted AI Open WebUI

    Fedora Linux: Run sudo dnf install nvidia-container-toolkit nvidia-driver to install NVIDIA's toolkit for interacting with containers, as well as the proprietary drivers for your NVIDIA GPU. sudo nvidia-ctk runtime configure --runtime=docker configure...