Skip to content

Commit

Permalink
Updated guidelines on adding apps and bookmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
CorneliousJD authored May 9, 2020
1 parent 634fcd3 commit 94fb282
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Note: this was forked for the purpose of triggering builds at dockerhub for an unRAID docker container template.
I've also now started making slight modifications of this per request of users and some of my own findings as well.

## SUI
*a startpage for your server and / or new tab page*
Expand All @@ -15,14 +16,14 @@ Add your apps by editing apps.json:

{
"apps" : [
{"name":"Name of app 1","url":"sub1.example.com","icon":"icon-name"},
{"name":"Name of app 2","url":"sub2.example.com","icon":"icon-name"}
{"name":"Name of app 1","url":"https://sub1.example.com","icon":"icon-name"},
{"name":"Name of app 2","url":"https://sub2.example.com","icon":"icon-name"}
]
}

Please note:

- No `http://` in the URL
- You must start URLs with http:// or https://
- No `,` at the end of the last app's line
- Find the names of icons to use at [Material Design Icons](https://materialdesignicons.com/)

Expand Down Expand Up @@ -65,7 +66,7 @@ Add names for the categories you wish to define and add the bookmarks for each c

Please note:

- No `http://` in the URL
- You must start URLs with http:// or https://
- No `,` at the end of the last bookmark in a category and at the end of the last category


Expand Down

0 comments on commit 94fb282

Please sign in to comment.