Advanced Search
Search Results
435 total results found
1.5.12 Penpot
Penpot is the open-source design platform for teams that need scalable collaboration.
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.5.13 Nexterm
1. Installation
Source: https://nexterm.dev/install
1.5.14 Invoice Ninja
Invoice Ninja is a free, open-source invoicing, expenses, and time-tracking application for freelancers and small businesses, offering features like custom-branded invoices, recurring billing, online payments via 40+ gateways, project and task management, and ...
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...
1.5.15 Frigate NVR
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 ...
1.5.16 OpenLift
1.5.17 Arr Stack
In this chapter we follow roughly the guidelines from Techhut Instruction Video and the Trash Guides guide. However, there are other methods as well of course.
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...