Added last checked timestamp. Added setup script and instuctions for manual install
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user