Skip to content
View FunctionDJ's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report FunctionDJ

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. BetterBahnProject/betterbahn BetterBahnProject/betterbahn Public

    TypeScript 2.3k 188

  2. WarsWorld/WarsWorld WarsWorld/WarsWorld Public

    WarsWorld is an Advance Wars web-based multiplayer project inspired by Advance Wars By Web (AWBW) using a modern tech stack.

    TypeScript 119 30

  3. OBScore OBScore Public

    A modular scoreboard controller designed for OBS.

    TypeScript 37 3

  4. Project-Plus-Development-Team/pplus-website Project-Plus-Development-Team/pplus-website Public

    TypeScript 11 1

  5. Useful Linux / Debian / Ubuntu comma... Useful Linux / Debian / Ubuntu commands and stuff
    1
    ### Upgrade a Postgres DB in Docker (e.g. for paperless-ngx)
    2
    - *this guide adheres to the recommendation of the postgres documentation to use the version of `pg_dumpall` from the postgres version you're upgrading to, not the old/curent one https://www.postgresql.org/docs/current/upgrading.html#UPGRADING-VIA-PGDUMPALL*
    3
    - shutdown paperless-ngx and postgres
    4
    - write a `temp.yaml` compose file:
    5
    ```yaml