Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9e79c1b19 | ||
| 98c8f65854 | |||
|
|
fa8eb8b5fe | ||
| d879649851 |
15
README.md
15
README.md
@@ -17,6 +17,7 @@ Router friendly client to update AWS Route53 entries for Dynamic DNS funtionalit
|
||||
## Requirement:
|
||||
|
||||
* [Docker Compose](https://docs.docker.com/engine/install/)
|
||||
* Domain zone on AWS Route 53
|
||||
* MySQL/MariaDB
|
||||
* Keycloak for SSO
|
||||
|
||||
@@ -84,18 +85,8 @@ Example: `https://[FQDN]:[PASSWORD]@subdomain.example.com/update.php?hostname=[F
|
||||
TP-Link Omada Update URL:
|
||||
* `https://[USERNAME]:[PASSWORD]@subdomain.example.com/update.php?hostname=[DOMAIN]&myip=[IP]`
|
||||
|
||||
## To Do:
|
||||
|
||||
* HTML beautification
|
||||
* Build releases using Compose to populate AWS SDK dinamically
|
||||
|
||||
## Hosting note:
|
||||
|
||||
Using PHP with the Suhosin patch is not recommended, but is common on some Ubuntu and Debian distributions. To modify `suhosin.ini`, add the following line.
|
||||
|
||||
```
|
||||
suhosin.executor.include.whitelist = phar
|
||||
```
|
||||
Unifi Cloud Gateway custom server:
|
||||
* `subdomain.example.com/update.php?hostname=%h&myip=%i`
|
||||
|
||||
<!-- footer -->
|
||||
---
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"author": "Ivan Carlos"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user