Skip to content
Snippets Groups Projects
Commit 2489e046 authored by Ferenc Schulcz's avatar Ferenc Schulcz
Browse files

Add README

parent 17e44e34
Branches
No related tags found
No related merge requests found
DynDNS frontend plugin for sfphoton modular web server
======================================================
This is a DynDNS frontend and reverse proxy for my personal website. Features:
- Register and update DynDNS records
- Authentication and authorization
This frontend uses my [DynDNS implementation](https://git.sch.bme.hu/schulczf/dyndns-server) as a backend. It is only secure if this runs on localhost or is only available through a secure link.
Usage
-----
Just install this under sfphoton modular web server as any plugin. Add permissions `dyndns` to website users.
Dependencies
------------
My [DynDNS implementation](https://git.sch.bme.hu/schulczf/dyndns-server).
Required config
---------------
```json
{
"DYNDNS_SERVER_URL": "http://127.0.0.1:3002",
}
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment