Added last checked timestamp. Added setup script and instuctions for manual install

This commit is contained in:
2023-03-22 11:30:39 +01:00
parent e67aa99088
commit a885b7500b
5 changed files with 718 additions and 5 deletions

View File

@@ -4,9 +4,13 @@ _DDNS_ is a dynamic DNS helper for Digital Ocean users to utilize their DO accou
## Installation
Copy the ```ddns.py``` file to e.g. ```/usr/local/bin``` folder and run ```chmod +x``` to make it executable. You can remove the .py filending if you wish.
Install with
```
wget -O - https://gitlab.pm/rune/test/raw/branch/main/setup.sh | bash
```
#### Manual install
Run ```pip3 install -r requirements.txt``` to install all requirements the app needs.
Download the latest relase from https://gitlab.pm/rune/ddns/releases. Unzip and move to a folder in you path (ease of use). You can alos rename the file ```ddns.py``` to just ```ddns``` and make the file executable with ```chmod +x ddns```
## Usage