Skip to content
View belst's full-sized avatar
Block or Report

Block or report belst

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rusty-diesel-rocket rusty-diesel-rocket Public

    Batteries Included (not yet)

    Rust 8 1

  2. Deploy Rocket in production Deploy Rocket in production
    1
    # Deploy Rocket using Letsencrypt and nginx
    2
    
                  
    3
    # Information
    4
    This guide uses the domain `your-domain.tld` and its `www.` prefixed version.
    5
    It starts the rocket application on `127.0.0.1:1337` and as the user `www-data`. The proxy listens on port 80 and 443 though.  
  3. Incremental rsync backup script Incremental rsync backup script
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    SOURCE=/home/belst/
    4
    TARGET="backup:~/backup/home/belst/" # Trailing / is needed
    5
    TODAY=$(date +%Y-%m-%d)