https://github.com/jrwren/etv
web service for local control of my home server
https://github.com/jrwren/etv
hacktoberfest
Last synced: 3 months ago
JSON representation
web service for local control of my home server
- Host: GitHub
- URL: https://github.com/jrwren/etv
- Owner: jrwren
- Created: 2020-10-13T21:28:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T14:53:51.000Z (about 2 years ago)
- Last Synced: 2023-06-01T15:36:12.310Z (about 2 years ago)
- Topics: hacktoberfest
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# etv
web service for local control of my home serverIn a sense, this is my home server dashboard.
## web services
The web services control the ISC BIND DNS Server by editing the named.conf.local file
from a standard ubuntu/debian config. This allowed me to block or unblock various sites.
It also blocks some network hosts using iptables.## UI
The UI is simple HTML and an included typescript file. Build with `npx tsc index.ts`
## typescript
No -g install for this or anything. `npm install typescript --save-dev` was done. `npm install` will restore it if node_modules is deleted. I'm a JS/TS noob, can you tell?