Advanced Search
Search Results
232 total results found
5. LXC Installation
BookStack is an open-source wiki software designed for organizing and storing information in a book-like structure, featuring a user-friendly interface and support for multiple languages. It allows users to create content using WYSIWYG and Markdown editors, ...
1.5.2.1 Installation
Links Github Invoiceshelf Invoice Shelf PVE community script We will install Invoiceshelf as a docker compose file but it can also be installed as proxmox LXC container. At the time of writing invoiceshelf is still in heavy development and the full functiona...
1.5.2.3 Email Templates
Nederlands Factuur Beste {BILLING_ADDRESS_NAME}, Er staat een factuur voor u klaar van 🐶 {COMPANY_NAME} voor het uitvoeren van horeca werkzaamheden. Vind de factuur als PDF bestand in onderstaande link Mochten er vragen zijn, twijfel dan niet en ber...
01. Installation
services: app: build: context: . image: invoiceninja/invoiceninja-debian:latest restart: unless-stopped env_file: - ./.env volumes: - ./app_public:/var/www/html/public - ./app_storage:/var/www/html/storage depe...
01. Installation
The installation of Penpot is quite straightforward. According to its own official documentation the first step we need to do is obtaining all the resources necessary to run Penpot as a docker container with the following command wget https://raw.githubuserco...
1. Installation
Source: https://nexterm.dev/install
01. Docker Installation
Alright, so if you have a small business or you are simply a freelancer in any field then Invoice Ninja might be for you. It is quite an easy install but you need to know a couple of gotcha's to get things rolling. I show you here my method that works for me, ...
02. Payment Integrations (Mollie)
After you have successfully installed Invoice Ninja and created an account it is time to connect a payment integration with it. You don't need to have a payment integration to use Invoice Ninja, however if you went through the hassle of installing it you bette...
03. Localization
This is a short page, but it is of importance! If you operate in country X you would like that the emails and client portals your clients interact with is in language X. This is where localization comes in. Go to Settings -> Localization Then select the righ...
01. Frigate Installation
Configuration File mqtt: enabled: true host: 10.131.2.131 user: peaske password: 7&QpP1qBKikkers49$91 semantic_search: enabled: true reindex: false record: enabled: true continuous: days: 14 snapshots: enabled: true retain: d...
02. Configure Cameras
Camera Network The first thing to be made sure of is to create a dedicated network for your camera system. This can either be dedicated or VLAN based. In this way you can separate Camera traffic from other traffic and if your camera netwok gets breached than a...
01. Hardware Pass Through
To make frigate operate smoothly and effectively a GPU or XXX should be used for hardware acceleration. Otherwise all the image recognition and playback needs to be handled by the CPU which is really heavy. If you don't do this and you have a bunch of cameras ...
3. Mount NFS Share
04. Mount NFS Share to Linux VM Create dataset Data space management -> set it to x TiB Shares -> Unix -> Add !!!! Mount should happen at root !!!!! Now, that we have created an NFS share it is time to share it with another machine virtual or bare metal. In ...
01. Architectural Overview
Movie/Show Request A user makes a request via Seerr, which is basically a catalogue of all the existing movies and tv shows and upcoming ones. This is where the end user will interact with for requests. Everything else from 2-4 is not publicly accessible. On...
02. Creating a NFS Share
Since this stack will save lots of big files i.e movies and tv shows we will create an NFS share for this on our TrueNas VM. You don't need to use TrueNas obviously to create an NFS share but this guide uses TrueNas and hence we do that ;) 1. First we will cre...
03. Mount NFS Share inside Arr VM
Now, that we have created an NFS share we should mount it inside the VM. But before we can mount it we need to install the NFS tools such that it can talk the NFS langauge. This is fairly straightforward with the following commands 1. Within the VM install cif...
04. Folder Structure
It's good practice to give all containers the same access to the same root directory or share. This is why all containers in the compose file have the bind volume mount /data:/data. It makes everything easier, plus passing in two volumes such as the commonly s...
05. Creating the Docker Compose file
Now, that the NFS share and folder structure is created and added to the Virtual machine with /etc/fstab we can start creating the docker compose file and its environment ".env" file. It must be said that this docker compose file is basically a copy paste fro...