From 16dd38ad224fa10bbed00e5539e1714653a7dcc9 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 10 Oct 2023 00:20:37 +0900 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02a9e21 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +## PAWE.ME +Simple mirroring & archiving server. + +- This script is used to serve ![pawe.me](https://pawe.me) mirroring server. + +- config.yaml contains various config options, can add more repo/upstream with just adding to config. supports http, rsync, ftpsync(debian). + +- ~~HTTP Mirroring uses custom python script using aiohttp, may change to wget recursive mirroring..~~ fixing script, currently just fetches in order. + +- $BASE_DIR is where all data is stored. Need to change manually in script index.py + +- index.py renders index.html file after each sync, order and half-size card can be configured in config.yml