You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,14 +62,15 @@ The installation for Docker should be universal for Linux, and Windows, taking o
65
62
* And run it using whatever Port you prefer, giving a name if you'd like, optionally setting the language.
66
63
67
64
````(bash)
68
-
docker pull ghcr.io/confused-techie/gopage:0.4
65
+
docker pull ghcr.io/confused-techie/gopage:0.5
69
66
70
-
docker run -p 7070:8080 -e LANG="en" --name GoPageServer ghcr.io/confused-techie/gopage:0.4
67
+
docker run -p 7070:8080 --name GoPageServer ghcr.io/confused-techie/gopage:0.5
71
68
````
72
69
73
70
* Please keep in mind the **7070** shown here can be whatever port you want the Docker Container Exposed on. Whereas **8080** is the default port the GoPage Server will listen to within the container.
74
71
75
-
* The `LANG` option is to set the GoPage Server Language. Ensuring to use the [ISO 639-1 two character language abbreviation.](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
72
+
* GoPage supports additional variables that can be set. [Please refer to the documentation](docs/docker-environmentVariables.md).
73
+
76
74
77
75
### Windows
78
76
@@ -88,15 +86,17 @@ Once you've installed GoPage Dashboard you will be able to navigate to it like s
88
86
http://SERVER-IP:PORT/
89
87
````
90
88
89
+
If you haven't added any Link Items to GoPage you'll be greeted by the 'First Time Setup' window, helping with tips similar to whats found here. Otherwise feel free to give this a look over.
90
+
91
91
Once there you can get started by adding new Links by hitting 'Add New Item' and filling in the details on the next page.
92
92
93
93
* Friendly Name: Will be the name shown to you when you look at this Link.
94
94
* Link: Of Course is the actual Link to navigate to.
95
95
* Category: Is if you so choose a Category you can create for this link, to later on help you find it again. This section will suggest any previously created categories but can always be something new.
96
96
97
-
If you haven't installed any plugins at this point you can ignore the different Plugin Sections and hit 'Submit'
97
+
If you haven't installed any plugins at this point you can ignore the 'Add Plugin' button and hit 'Submit'
98
98
99
-
Otherwise if you'd like to get started with some plugins to extend the functionality of GoPage you can navigate to Settings via the Gear Icon in the top left corner then hitting the GoTo button on the right side of the 'Plugin Repo' Listing under Tools.
99
+
Otherwise if you'd like to get started with some plugins to extend the functionality of GoPage you can click 'Plugin Repo' in the top Header.
Once here feel free to read through and explore the Plugins available and download them, which will then give you the ability to set them in the Plugin Fields of a New Link Item or while Editing a Link Item.
108
108
109
-
## Plugins Available by Default
109
+
## Plugins Available
110
110
111
111
Many Plugins have already been created for GoPage and are available by default after installation.
112
112
@@ -117,6 +117,7 @@ Many Plugins have already been created for GoPage and are available by default a
117
117
* Light Theme: Simple Light Theme for those not loving the Dark Theme.
118
118
* Exaggerator Theme: Exaggerator Theme... Just Colourful.
119
119
* AQI Current: Get Air Quality Information at a glance. Via AirNow.gov.
120
+
* Self Hosted Icons: Get self Hosted High Quality Icons alongside their links.
0 commit comments