summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-08Remove need of NGINX and root87594589-7087-4f7c-b204-e84312ae374c
Example how to run: ``` docker run \ -d \ -p 4000:80 \ --cap-add=setuid \ sui ``` Busybox has an httpd function, and this brings the size down greatly. :)
2020-02-02Merge pull request #5 from raminger/urls_in_searchJeroen
Added URL handling in search box, thanks
2019-06-03Added URL handling in search boxstefan
2019-04-10Update README.mdJeroen
2019-04-10Update README.mdJeroen
2019-04-05Create LICENSEJeroen
2019-04-05Create License.mdJeroen
2019-04-05first commitJeroen
2019-04-03first commitroot