federation: stub that checks the nodeinfo of the two instances

This commit is contained in:
Earl Warren 2024-06-04 16:30:48 +02:00
parent 19ce0fe6b1
commit 9b6442bfcf
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
8 changed files with 165 additions and 0 deletions

View file

@ -15,6 +15,7 @@ SELF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SELF="${BASH_SOURCE[0]}"
source $SELF_DIR/lib/lib.sh
source $SELF_DIR/federation/federation.sh
source $SELF_DIR/actions/actions.sh
source $SELF_DIR/forgejo/fixtures.sh
source $SELF_DIR/storage/storage.sh