Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerth/tlde
tilde web server (GET /~user/)
https://github.com/aerth/tlde
html no-procfs server static-file-server tilde tilde-server
Last synced: 3 months ago
JSON representation
tilde web server (GET /~user/)
- Host: GitHub
- URL: https://github.com/aerth/tlde
- Owner: aerth
- License: mit
- Created: 2017-04-19T02:52:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T21:24:15.000Z (over 7 years ago)
- Last Synced: 2024-06-29T03:32:53.067Z (4 months ago)
- Topics: html, no-procfs, server, static-file-server, tilde, tilde-server
- Language: Go
- Homepage:
- Size: 347 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tilde server
### usage
```env SOCKET=/var/run/user/$(id -u)/web.sock ADMIN=$HOME/tlde.socket PORT=$(id -u) tlde```
### variables
```SOCKET``` variable defines location of web socket, can be empty if PORT is not
```ADMIN``` variable defines location of [diamond](https://github.com/aerth/diamond) admin socket
```PORT``` variable defines what port to listen on, can be empty if SOCKET is not
### tlde is a diamond
Use ```diamond admin``` to connect to ADMIN port
```go get -v -u github.com/aerth/diamond/cmd/diamond-admin```