Commit graph

46 commits

Author SHA1 Message Date
Jeroen
ccb6826317
Merge pull request #26 from jrodan/master
auto pulling from git repo
2022-02-12 02:46:27 +01:00
Jan
8ceb1d5301
Update gitpull.sh 2021-12-16 16:12:24 +01:00
Jan
eeef988d8f
Update install.sh 2021-12-16 16:09:25 +01:00
Jan
67f51d0a3a auto pulling from git repo 2021-12-16 12:21:45 +01:00
Jeroen
804a22bcbe
Merge pull request #24 from simonporte/master
Small fixes
2021-12-05 02:19:39 +01:00
Jeroen
462f5142f1
Merge pull request #23 from korikori/master
Make app links use HTTP by default and define default search engine in variable
2021-12-05 02:19:01 +01:00
simonporte
7751121f28 HTML tag fix 2021-09-07 18:23:18 +02:00
simonporte
e2c6cec7f2 Typo search engine 2021-09-07 18:22:56 +02:00
k
190954b550
$sengine was not actually used
Had declared search engine in variable, but the variable wasn't actually used.
2021-09-03 15:48:02 +03:00
k
41c22ed218
Update search.js 2021-09-01 20:06:09 +03:00
k
7b1b2985ad
Variable for default search engine
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-01 20:05:39 +03:00
k
115cbb7bbc
Change links protocol to HTTP
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-09-01 20:02:08 +03:00
Jeroen
2db1e87300
Merge pull request #17 from N0ahMC/master
Updated dependencies, added website language, and added website description.
2021-08-04 02:14:47 +02:00
Jeroen
c93d1e1621
Merge pull request #18 from kimpenhaus/feature/optional-link-target
optional link target attribute
2021-08-04 02:13:46 +02:00
Jeroen
65e44f029a
Merge pull request #15 from TheKnarf/license
Remove duplicate empty license file
2021-08-04 02:13:14 +02:00
Marcus Kimpenhaus
93b20aa5df updated readme.md to reflect changes on target attribute 2021-07-12 09:14:21 +02:00
Marcus Kimpenhaus
c53f3adff5 Added optional target attributes to handlbars template an apps/links collection 2021-07-12 08:59:43 +02:00
Noah
38163a4d6e Updated dependencies, added website lang, and added website description. 2021-04-21 12:21:43 -05:00
Frank Lyder Bredland
9f695c04f3 Remove duplicate empty license file 2021-03-28 13:15:36 +02:00
Jeroen
244840732b
Merge pull request #14 from N0ahMC/master
Updated links
2021-03-16 02:57:10 +01:00
Noah
8a2052c7ec
Merge pull request #1 from N0ahMC69/patch-1
Wrong branch
2021-03-03 16:48:16 -06:00
Noah
61c076960e
Updated links 2021-03-03 16:44:54 -06:00
Noah
cb4b487670
Updated links 2021-03-03 16:42:11 -06:00
Jeroen
db5353914d
Merge pull request #13 from tborychowski/master
Bug fixes
2020-11-06 21:29:08 +01:00
Tom
4fb8a8ab22
Update docker-compose.yml 2020-10-05 15:19:57 +01:00
Tom
1a65698c41
fetch bookmarks every time; de-duplicate code 2020-10-05 15:15:41 +01:00
Tom
e81bd2d374
enforce app to stay in the grid cell 2020-10-05 15:03:44 +01:00
Jeroen
10ebd1f9e8
Merge pull request #8 from 87594589-7087-4f7c-b204-e84312ae374c/patch-1
Remove need of NGINX and root
2020-08-07 03:14:44 +02:00
Jeroen
42971a3cae
Merge pull request #11 from tionis/master
Removed jQuery Dependency and Added Scrollbar for Options
2020-08-07 03:12:38 +02:00
Jeroen
3cbb7a78a7
Merge pull request #12 from thewarden/fix-tvdb
fix: correct tvdb link parameter
2020-08-07 03:11:40 +02:00
Adam Douglas
0aff01f220 fix: correct link parameter 2020-07-29 18:42:53 -06:00
Jeroen
4ca0116de4
Merge pull request #6 from joshuaboniface/relpaths
Support relative paths for index.html loads
2020-06-06 00:09:03 +02:00
Tionis Nagir
9880643655 Added loading of bookmark links from localStorage 2020-05-14 18:49:15 +02:00
Tionis Nagir
531524d192 Hide App Address on small screens 2020-05-14 18:49:15 +02:00
Tionis Nagir
3c63e2d00e Removed jQuery Dependency 2020-05-13 16:24:14 +02:00
Tionis Nagir
08facbc15f Added Scrollbar for Options with css overflow 2020-05-13 16:21:11 +02:00
87594589-7087-4f7c-b204-e84312ae374c
d97b628b3c
Remove need of NGINX and root
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-08 12:08:49 -05:00
Joshua M. Boniface
d91c447c7a Support relative paths for index.html loads
Allows SUI to work at arbitrary path names rather than relying on fixed
root-level paths.
2020-05-07 22:36:44 -04:00
Jeroen
8bd2e51813
Merge pull request #5 from raminger/urls_in_search
Added URL handling in search box, thanks
2020-02-02 08:54:04 +01:00
stefan
ac82fa1bd6 Added URL handling in search box 2019-06-03 19:38:23 +02:00
Jeroen
c8a4cf2486
Update README.md 2019-04-10 12:25:52 +02:00
Jeroen
1a28e2d334
Update README.md 2019-04-10 12:21:45 +02:00
Jeroen
e47cfa678b
Create LICENSE 2019-04-05 05:02:53 +02:00
Jeroen
e444da4e16
Create License.md 2019-04-05 05:00:40 +02:00
Jeroen
536f513623 first commit 2019-04-05 04:49:27 +02:00
root
69aa0718b4 first commit 2019-04-03 15:47:12 +02:00