https://github.com/hhsnopek/beeroclock
Is it beer o’clock yet? 🍺
https://github.com/hhsnopek/beeroclock
api bash xinetd
Last synced: about 1 year ago
JSON representation
Is it beer o’clock yet? 🍺
- Host: GitHub
- URL: https://github.com/hhsnopek/beeroclock
- Owner: hhsnopek
- License: mit
- Created: 2017-01-05T00:13:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T14:19:35.000Z (over 9 years ago)
- Last Synced: 2025-02-27T10:39:18.658Z (over 1 year ago)
- Topics: api, bash, xinetd
- Language: Shell
- Homepage: https://medium.com/@hhsnopek/a-web-service-written-in-pure-bash-2af847902df1
- Size: 20.5 KB
- Stars: 103
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# beero.cl/ock
> Proof of concept for a bash service. [Why?]
## Requirements
- [xinetd-org/xinetd]
## Installation
Copy [xinetd.d/beeroclock] over to their proper directory. Then update
`/etc/services` by commenting out port `80` and adding the following:
`beeroclock 80/tcp www`
Then depending on the location of this directory, you'll have to update [line 128]
which contains the path to the favicon.
## License
[MIT] © [Henry Snopek]
[Why?]: //medium.com/@hhsnopek/a-web-service-written-in-pure-bash-2af847902df1
[xinetd-org/xinetd]: //github.com/xinetd-org/xinetd
[xinetd.d/beeroclock]: xinetd.d/beeroclock
[line 128]: //github.com/hhsnopek/beeroclock/blob/master/service.sh#L112
[MIT]: license.md
[Henry Snopek]: //hhsnopek.com