Weddings are expensive. Be smart with the right software.

Weddings are expensive. Be smart with the right software.

January 18, 2025

Website for Weddings

With astro, you can build pretty cool weddings ssgs:

  1. https://github.com/Boston343/horizon

Selfhostable Software for Weddings

  1. Few Selfhostable Alternatives for events
  2. https://github.com/Cirx08/WeddingShare

GPL3.0 | A place for guests to view and drop pictures of the big day

WeddingShare Setup

services:
  wedding-share:
    container_name: WeddingShare
    image: cirx08/wedding_share:latest
    ports:
      - '${HTTP_PORT:-8080}:5000/tcp'
    environment:
      TITLE: 'WeddingShare'
      LOGO: 'Url'
      GALLERY_COLUMNS: 4
      ALLOWED_FILE_TYPES: '.jpg,.jpeg,.png'
      MAX_FILE_SIZE_MB: 10
      SECRET_KEY: 'password'
    volumes:
      - data-volume-config:/app/config
      - data-volume-thumbnails:/app/wwwroot/thumbnails
      - data-volume-uploads:/app/wwwroot/uploads
    network_mode: bridge
    hostname: wedding-share
    restart: always

volumes:
  data-volume-config:
    name: WeddingShare-Config
  data-volume-thumbnails:
    name: WeddingShare-Thumbnails
  data-volume-uploads:
    name: WeddingShare-Uploads

Default credentials to localhost:8080/Admin are…admin/admin

Interest to Principal Ratio

Making Deployments Easy

ℹ️
Cloudflare tunnels is one of my go to options, yet you also have: ngrok, nginx,…

DokPloy

An alternative to vercel and netlify!

https://github.com/Dokploy/dokploy

https://dokploy.com/

Open Source Alternative to Vercel, Netlify and Heroku.

FAQ

Getting a Domain Name

With an API…

  1. Porkbun
  2. NameCheap