summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-04Change iconstkhan
2023-07-04Add music and mail linksstkhan
2023-05-25Change title elementstkhan
2023-03-21fix commastkhan
2023-03-21add cookieclickerstkhan
2023-03-17Add drivestkhan
2023-03-15redirect traffic to httpsstkhan
2023-03-15add websitesstkhan
2023-03-15Remove unused filesstkhan
2023-03-15Remove perms on filesstkhan
2023-03-15remove dockerstkhan
2022-02-12Merge pull request #26 from jrodan/masterJeroen
auto pulling from git repo
2021-12-16Update gitpull.shJan
2021-12-16Update install.shJan
2021-12-16auto pulling from git repoJan
2021-12-05Merge pull request #24 from simonporte/masterJeroen
Small fixes
2021-12-05Merge pull request #23 from korikori/masterJeroen
Make app links use HTTP by default and define default search engine in variable
2021-09-07HTML tag fixsimonporte
2021-09-07Typo search enginesimonporte
2021-09-03$sengine was not actually usedk
Had declared search engine in variable, but the variable wasn't actually used.
2021-09-01Update search.jsk
2021-09-01Variable for default search enginek
Added a variable for default search engine (leaving Google for compatibility reasons), and added a case for Google if something else is defined.
2021-09-01Change links protocol to HTTP k
Since this may be within a local network/VPN, where a number of services are behind IP addresses and may not have certificates, it makes more sense to make the default protocol for links HTTP. Modern browsers and HSTS will force HTTPS where available anyway. OR we can remove the prefix before {{url}} and type them individually for each URL.
2021-08-04Merge pull request #17 from N0ahMC/masterJeroen
Updated dependencies, added website language, and added website description.
2021-08-04Merge pull request #18 from kimpenhaus/feature/optional-link-targetJeroen
optional link target attribute
2021-08-04Merge pull request #15 from TheKnarf/licenseJeroen
Remove duplicate empty license file
2021-07-12updated readme.md to reflect changes on target attributeMarcus Kimpenhaus
2021-07-12Added optional target attributes to handlbars template an apps/links collectionMarcus Kimpenhaus
2021-04-21Updated dependencies, added website lang, and added website description.Noah
2021-03-28Remove duplicate empty license fileFrank Lyder Bredland
2021-03-16Merge pull request #14 from N0ahMC/masterJeroen
Updated links
2021-03-03Merge pull request #1 from N0ahMC69/patch-1Noah
Wrong branch
2021-03-03Updated linksNoah
2021-03-03Updated linksNoah
2020-11-06Merge pull request #13 from tborychowski/masterJeroen
Bug fixes
2020-10-05Update docker-compose.ymlTom
2020-10-05fetch bookmarks every time; de-duplicate codeTom
2020-10-05enforce app to stay in the grid cellTom
2020-08-07Merge pull request #8 from 87594589-7087-4f7c-b204-e84312ae374c/patch-1Jeroen
Remove need of NGINX and root
2020-08-07Merge pull request #11 from tionis/masterJeroen
Removed jQuery Dependency and Added Scrollbar for Options
2020-08-07Merge pull request #12 from thewarden/fix-tvdbJeroen
fix: correct tvdb link parameter
2020-07-29fix: correct link parameterAdam Douglas
2020-06-06Merge pull request #6 from joshuaboniface/relpathsJeroen
Support relative paths for index.html loads
2020-05-14Added loading of bookmark links from localStorageTionis Nagir
2020-05-14Hide App Address on small screensTionis Nagir
2020-05-13Removed jQuery DependencyTionis Nagir
2020-05-13Added Scrollbar for Options with css overflowTionis Nagir
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-05-07Support relative paths for index.html loadsJoshua M. Boniface
Allows SUI to work at arbitrary path names rather than relying on fixed root-level paths.
2020-02-02Merge pull request #5 from raminger/urls_in_searchJeroen
Added URL handling in search box, thanks