Skip to content

Commit

Permalink
Merge branch 'main' of github.com:OliveTin/docs.olivetin.app
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jul 18, 2024
2 parents 13717a2 + 9c11143 commit 8e53033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ All configuration options are covered in the sollution sections
| `defaultIconForActions` | The default icon to use for actions. | `smile` | Requires Restart | -
| `defaultIconForDirectories` | The default icon to use for directories. | `directory` | Requires Restart | -
| `defaultIconForBack` | The default icon to use for back (from directories). | `«` | Requires Restart | -
| `themeName` | The theme to use. | `` | Restart recommended | <<themes,Themes>>.
|===

=== Security Configuration
Expand Down
Binary file added images/hello-world.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions source/reference/reference_multipleInstances.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ When you come to create the config.yaml file, OliveTin will look for this in it'

Because you are running outside of a container, you will also need to change the "internal" ports used by OliveTin so they are separate for all instances. OliveTin listens on 4 addresses (1 external, 3 internal) and needs 4 ports. You can read about these in the <<network-ports,network ports documentation>>.

NOTE: OliveTin also supports reading the PORT environment variable, and will use this as a base port for the simgle frontend, will add 1 to start extra servers. For example of PORT is 2000, then the simgle frontend will start on port 2000, the REST API on 2001, and so on.

You could end up with a setup that looks like this;

[%header]
Expand Down

0 comments on commit 8e53033

Please sign in to comment.