Self-Hosting and Deploying Netbox via Portainer / Docker-Compose
docker-compose.ymlversion: "2.1" services: nb_app: image: lscr.io/linuxserver/netbox:latest container_name: netbox environment: - PUID=1000 - PGID=1000 - TZ=${TZ} - SUPERUSER_EMAIL=${SUPERUSER_EMAIL} - SUPERUSER_PASSWORD=${SUPERUSER_PASSWORD} -...Deploying Web Whisper via Portainer / Docker-Compose
OpenAI’s Whisper Audio to text transcription right into your web browser! Visit the Github Repo for more information Features Record and transcribe audio right from your browser. Upload any media file (video, audio) in any format and transcribe it. Download .srt...Netbox via Portainer / Docker-Compose
docker-compose.ymlversion: "2.1" services: nb_app: image: lscr.io/linuxserver/netbox:latest container_name: netbox environment: - PUID=1000 - PGID=1000 - TZ=${TZ} - SUPERUSER_EMAIL=${SUPERUSER_EMAIL} - SUPERUSER_PASSWORD=${SUPERUSER_PASSWORD} -...WordPress with Divi on Siteground VS Ghost in Docker on VPS: Which is Faster?
I have a need for speed… My self-hosted journey has been very informative in many ways and while along that journey I stumbled across Ghost. It’s open source and free to self-host, so I figured I would give it a shot. According to ghost.org: Ghost is a...Computer Backup?
Computer backup is so important to your computer that to ignore it is to risk its damnation.