Advanced Search
Search Results
435 total results found
1. Homarr
16. Jellyfin Enhanced
Reboot: It is important that after installing Jellyfin Enhanced that you reboot the whole Jellyfin stack. Just a simple reboot from the dashboard screen won't work. Hence, go to Dockhand and reboot the whole stack, from the cli or any other docker configur...
2.4 Developer Tools
This book contains all the open source tools that might come hand for developers. That is people that want actually build websites and applications that other people can use again ;)
1. Payload CMS
Source: Github
5. Dashboards
2. Automation Tools
1. Ansible
6. Collaboration
This Chapter discusses some collaboration applications i.e alternatives to slack for instance.
1. Mattermost
Source: Mattermost Docker Installation compose.yml # https://docs.docker.com/compose/environment-variables/ services: postgres: image: postgres:${POSTGRES_IMAGE_TAG} restart: ${RESTART_POLICY} security_opt: - no-new-privileges:true # S...
2. Matrix
2. PVE Backup Jobs
On this page we will describe how you can create a backup job on your PVE machine. It is assumed that you have already set up your PBS system and connected your PBS system to your PVE machine as well. With that out of the way we create a backup job to your PBS...
2. Operating Systems
1. Open source stimulated laptops
4. LLM Dashboards
This chapter contains different open source LLM access dashboards. Hopefully, it will include also open source LLM's whenever they come out. Yes OpenAI is not open source. Up untill then it mainly discusses open source dashboard where you can add your own mode...
1. OpenWebui
Installation There are different ways you can install OpenWebUI but as usual I like to install it with docker compose that also includes Ollama as well. You can find the docker compose file over here compose.yml services: ollama: volumes: - ./olla...
2. Ollama
Source: https://github.com/aaronsb/ollama-docker