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

129 total results found

Vaultwarden Password Management

Linode Stacks

  The first thing I self-hosted on my Docker server (after a media server, of course) and made public on a domain was a password manager. At the time, the container was called BitWarden RS, but it has since been renamed to VaultWarden. The reason I wanted to...

VaultWarden with Nginx Proxy Manager on Linode

VaultWarden w/ Nginx Proxy Manager on L...

Linode and Domain Set Up You'll need to create a Docker Linode for this project. I used a "Shared CPU" Linode with 2GB of RAM. I also preemptively went to my domain registrar and changed my DNS (Name Server) settings to the following: NS1.LINODE.COM NS2....

How to Host WordPress on CasaOS

WordPress on CasaOS

Here are the import files for installing WordPress on CasaOS WordPressDB.json WordPress.json First thing, import the database so that it is up and ready to go for the WordPress container. When you import the .json file, be sure to check/change the appropri...

Setup

Real-Time NGINX Proxy Manager Data

In this post we'll look at how to set up a dashboard for real-time stats from Nginx Proxy Manager logs.   Original Reddit Post: https://www.reddit.com/r/selfhosted/comments/oaila4/monitoring_stats_analytics_for_nginx_proxy_manager/ GitHub: ...

Docker-Compose

PicoShare

version: '2'services: picoshare: environment: - PORT=3002 - PS_SHARED_SECRET=mypassword ports: - 3002:3002 volumes: - picoshare:/data container_name: picoshare image: mtlynch/picoshare:latestvolumes: picoshare: Note: I cha...

Setting up Composerize

Composerize

sudo apt install npm[Y/n]npm install composerize -g-g is the global install flaghttps://nodejs.org/en/blog/npm/npm-1-0-global-vs-local-installation/composerize docker run -d --name tinypin -p 3030:3000 -v "$(pwd)/data:/data" --restart=unless-stopped slynn1324/...

Installation

Pinry - Self-Hosted Pinterest

version: '3.3'services: pinry: ports: - 8981:80 volumes: - pinry:/data #You can mount 'pinry' however you'd like. This is just one option image: getpinry/pinryvolumes: pinry:

Pinry Disable Registration

Pinry - Self-Hosted Pinterest

Per Pinry's docs: If you use that command to create superuser inside docker, you could first exec to docker via command like docker exec -it <container-id> bash and then use python manage.py createsuperuser --settings=pinry.settings.docker Us...

Create Super Admin / Reset Passwords

Pinry - Self-Hosted Pinterest

Per Pinry's docs: Currently we don't have a good "forgot my password" method on Pinry since that generally requires an email to be sent. The current method for changing passwords involves: If you use that command to create superuser inside do...

Browser Extensions

Pinry - Self-Hosted Pinterest

If you'd like to install either extension they are available at: https://chrome.google.com/webstore/detail/jmhdcnmfkglikfjafdmdikoonedgijpa/ https://addons.mozilla.org/it/firefox/addon/add-to-pinry/ Once you've added the extension, open it up and click ...

Additional Resources

Pinry - Self-Hosted Pinterest

Additional resources can be found here: https://docs.getpinry.com/

Vaultwarden Password Management (draft)

Linode Stacks

The first thing I self-hosted on my Docker server (after a media server, of course) and made public on a domain was a password manager. At the time, the container was called BitWarden RS, but it has since been renamed to VaultWarden. The reason I wanted to se...

CloudFlare Tunnels

Access Your Self Hosted Services WITHOU...

For more than a year we've been talking about using a reverse proxy to access your self-hosted apps via a domain name. While that's been great, there are some issues with it:1. You need to open ports 80 and 443 on your modem, router, firewall, and any other a...

HumHub on Linode

Linode Stacks

version: '3' networks: nginx_proxy_manager: services: nginxproxymanager: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped container_name: nginx-proxy-manager ports: - '80:80' - '81:81' - '443...

HumHub

Host Your Own Social Media Platform on ...

With the current state of social media, I have, more than once, thought to myself, "I should just host my own social media platform for me and my friends to use." That's what we're going to take a look at in this post!  I set up a Docker Linode with a Shared ...

Getting Started with Containers

Getting Started with Container

In this post/video we'll look at downloading Proxmox container images and setting up our own base image to deploy future containers more quickly. There are a couple of ways to download images. From the GUI Get logged into your Proxmox interface and ...

Docker Compose

Little Link Server

Here's the base docker-compose I used to get my Little Link server set up. --- version: "3.0" services: littlelink-server: image: ghcr.io/techno-tim/littlelink-server:latest # dockerhub is also supported timothystewart6/littlelink-server #...

Access Your Self Hosted Services WITHOUT Port Forwarding

Access Your Self Hosted Services WITHOU...

For more than a year we've been talking about using a reverse proxy to access your self-hosted apps via a domain name. In this video we're going to take a look at setting up remote access to your self-hosted applications with CloudFlare Tunnels. Using CloudFl...

Docker-Compose

BaseRow No-Code Databases

version: '3.3' services: baserow: container_name: baserow environment: - 'BASEROW_PUBLIC_URL=https://www.yourdomain.com' volumes: - 'baserow_data:/baserow/data' ports: - '3001:80'...

Pwndrop Setup

Pwndrop On Linode

In this video we'll look at how to install Pwndrop on Docker using Linode. Pwndrop is a self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV. More info on Pwndrop: https://breakdev.org/pwndr...