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

428 total results found

Self host password manager with Vaultwarden and Traefik

VaultWarden

https://blog.puvvadi.me/posts/selfhost-paswword-manager-vaultwarden-traefik/ https://tech.aufomm.com/deploy-bitwarden-with-docker-and-traefik/ Vaultwarden is light weight feature rich drop in replacement for Bitwarden server. It’s essentially debloated versi...

Setting up the UniFi Network Controller using Docker

Networking Unifi

https://pimylifeup.com/unifi-docker/ https://community.ui.com/questions/How-To-Unifi-Contoller-Docker-home-network/fc6a9441-94b0-48b0-801a-6f38e2d4bb21 Once you have Docker installed, our next step is to prepare your system to run the UniFi Network Controlle...

Migrating to new Controller

Networking Unifi

Take a backup of the old server Restore the backup onto the new server on the old server set the override inform host option to point at the new controller verify the devices have shown up in the new controller shutdown the old controller

Add users to Middle Auth

Docker Traefik Reverse Proxy

use the following command to hash the username and password for the basic auth middlewared   htpasswd -nb user password

Configuring Fail2ban with Traefik

Docker Traefik Reverse Proxy

https://blog.lrvt.de/configuring-fail2ban-with-traefik/ Traefik gained popularity as reverse proxy amongst selfhosters, homelabbers and enterprise organizations. It's unique feature of auto-detecting containerized services and the ability to automatically exp...

Getting back to the vaultwarden organizaition admin page

VaultWarden

https://vaultvixen.coltscomputer.services/#/organizations/0cef578d-41a6-49fd-9270-778f66bfc028/vault

Backing up your vault

VaultWarden

https://github.com/dani-garcia/vaultwarden/wiki/Backing-up-your-vault   Overview vaultwarden data should be backed up regularly, preferably via an automated process (e.g., cron job). Ideally, at least one copy should be stored remotely (e.g., cloud storage ...

Add external services to Traefik

Docker Traefik Reverse Proxy

#This is bad code. http: routers:   to-local-ip:     rule: "Host(`https://cloud.example.com`)"     service: to-local-ip     middlewares:       - redirecthttps     entryPoints:       - https     tls:       caOptional: true  services:   to-local-ip:     loadBa...

installing traefik for the first time

Docker Traefik Reverse Proxy

For docker files see traefik config chapter here setup folder structure in the ~/docker folder create the traefik folder create a data folder and a docker-compose.yml file see traefik for the docker-compose.yml file nedded navigate to the new ...

Add virtual hardware token to Duo

Duo Mobile

Use the following website to create a secret key for TOTP 6 digit TOTP Generator (xanxys.net) DUO, requires the secret to be in HEX ITG, requires in Base32 Should look like this  123456,cd074dac8ad1fb6fb3d513a713e160cd6a10c6f3,30

G-Suite (Google Workspace) authentication into Office 365 (SAML)

Azure

https://www.youtube.com/watch?v=C46djGWiaDA https://pastebin.com/buTh1mcm Install-Module MSOnline Import-Module MSOnline Connect-MsolService $domainName = "<your domain>" [xml]$idp = Get-Content <metadata-xml-file-path> $activeLo...

Using Robocopy

Windows

robocopy "Source" "Destination" /xo /xj /zb /r:1 /w:1 /e /copy:dat /np /nfl

Create Dynamic Group for all licensed Users

Azure

(user.userType -eq "member") and (user.department -ne "NotSupport") and (user.accountEnabled -eq true) and (user.assignedPlans -any (assignedPlan.servicePlanId -ne "" -and assignedPlan.capabilityStatus -eq "Enabled")) this requires that the user type is set t...

Change network settings from console

Axcient

https://help.axcient.com/x360recover-faqs-passwords-and-networks/115004862068-x360Recover-Change-Network-Settings-from-Console Change Network Settings from Console aristosnet help  Shows this menu aristosnet show all  Shows IP information for all available ...

Incremental vault recovery - x360Recover

Axcient

https://help.axcient.com/x30recover-faqs-appliance-errors-and-troubleshooting/2091183-incremental-vault-recovery-x360recover What is incremental vault recovery?Vault recovery has always been a feature of x360Recover. (It's the process of recovering snapshot d...

Convert an existing appliance agent to Direct-to-Cloud (D2C)

Axcient

https://help.axcient.com/003-manage-d2c/1500000655082-x360Recover-Direct-to-Cloud-D2C-Convert-from-appliance-mode-to-D2C-mode Overview Watch a 4 minute video: Convert an existing appliance agent to Direct-to-Cloud (D2C)   What happens durin...

Convert a Direct-to-Cloud endpoint to appliance mode

Axcient

https://help.axcient.com/003-manage-d2c/how-to-convert-a-direct-to-cloud-endpoint-to-appliance-mode Steps to convert a Direct-to-Cloud endpoint to appliance mode  [Watch a step by step video here:] (Seven minutes) STEP 1. Deploy an appliance provisioned for...

Show used disk space on Linux

Operating Systems Linux

sudo du -h -x -d1 /

Clean Archive Cache

Operating Systems Linux

Run this after doing an apt upgrade sudo apt-get clean

Adding DNS Alias | Replacing File Server

Windows Windows Server

https://www.edwardsd.co.uk/work/2020/04/adding-dns-alias-replacing-file-server/ https://support.microsoft.com/en-gb/help/3181029/smb-file-server-share-access-is-unsuccessful-through-dns-cname-alias https://docs.microsoft.com/en-us/previous-versions/windows/i...