automated commit on 2023-05-01 02:40:53

This commit is contained in:
Oliphant 2023-05-01 02:40:53 +00:00
parent 811acc2ad3
commit 726d1dd7e0
4 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,6 +1,3 @@
exports/**
logs/**
# used for local secrets and modifications to scripts # used for local secrets and modifications to scripts
secretconfig/** secretconfig/**
local/** local/**

View File

@ -8,7 +8,8 @@ python3 -m pip install fediblockhole
2. Clone this Repo 2. Clone this Repo
```bash ```bash
git clone https://codeberg.org/oliphant/blocklists.git /opt/fediblockhole git clone https://codeberg.org/oliphant/blocklists.git /opt/fediblockhole
mkdir -p /opt/fediblockhole/logs && mkdir /opt/fediblockhole/exports # optional: create folders for local scripts and secret config
# mkdir /opt/fediblockhole/local && mkdir /opt/fediblockhole/secretconfig
``` ```
3. Execute 3. Execute

1
exports/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.csv

1
logs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.log