From c2a88804ad9f8ca996f968da9e9c89fc7612520b Mon Sep 17 00:00:00 2001 From: pieartsy Date: Wed, 11 Mar 2026 21:27:41 -0400 Subject: [PATCH] docs: Update readme and other tweaks (#37) * edited build-main.yml to have workflow_dispatch * re-added pgadmindata to docker compose * removed disclaimer about being run on my personal laptop as that's no longer true --------- Co-authored-by: Aster Fialla --- .gitea/workflows/build-main.yml | 2 ++ README.md | 2 -- compose.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-main.yml b/.gitea/workflows/build-main.yml index a8616cf..3355b39 100644 --- a/.gitea/workflows/build-main.yml +++ b/.gitea/workflows/build-main.yml @@ -6,6 +6,8 @@ on: pull_request: branches: ["main"] + workflow_dispatch: + jobs: build: diff --git a/README.md b/README.md index b63e6bf..46ba7bd 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ PluralFlux is a proxybot akin to PluralKit and Tupperbox, but for [Fluxer](https [Sponsor the project](https://github.com/sponsors/pieartsy) -If it's not running at the moment, it's because my computer crashed or something. I'm looking to move running it to a somewhat more permanent solution. - ## Commands All commands are prefixed by `pf;`. Currently only a few are implemented. diff --git a/compose.yaml b/compose.yaml index 6358514..9a89be9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -22,4 +22,5 @@ services: volumes: - pgadmindata:/var/lib/pgadmin volumes: - pgdata: \ No newline at end of file + pgdata: + pgadmindata: \ No newline at end of file