chore: Add requirements.txt
This commit is contained in:
parent
f3ea73fd4b
commit
3cfcb155ad
2 changed files with 5 additions and 3 deletions
|
@ -33,13 +33,14 @@ can be guessed from it.
|
||||||
### 1. On the machine running the bridge
|
### 1. On the machine running the bridge
|
||||||
|
|
||||||
1. Grab a release
|
1. Grab a release
|
||||||
2. Create a config file: `cp config-example.json config.json`
|
2. Install the required Python modules: `pip3 install -r requirements.txt`
|
||||||
3. Fill out the necessary values, they should be self-explanatory:
|
3. Create a config file: `cp config-example.json config.json`
|
||||||
|
4. Fill out the necessary values, they should be self-explanatory:
|
||||||
- `ntfy_topic`
|
- `ntfy_topic`
|
||||||
- `nextcloud_base_url`
|
- `nextcloud_base_url`
|
||||||
- `nextcloud_username`
|
- `nextcloud_username`
|
||||||
- `nextcloud_password`
|
- `nextcloud_password`
|
||||||
4. Start the bridge: `python3 nextcloud2ntfy.py -c config.json`
|
5. Start the bridge: `python3 nextcloud2ntfy.py -c config.json`
|
||||||
|
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> On `ntfy.sh` (and instances with `auth-default-access` set to `read-write`)
|
> On `ntfy.sh` (and instances with `auth-default-access` set to `read-write`)
|
||||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Requests==2.32.3
|
Loading…
Reference in a new issue