-
-
Notifications
You must be signed in to change notification settings - Fork 15
Variable info #44
Comments
Commenting so I can start working on this in the next few days. |
Ok, I've cleaned up the comments here. I've also added all the variables and their default values to the op. I'll start adding explanations to the op this week. We'll need a decent looking format for all this in markdown. I'm thinking each variable will be a heading so that it makes links on the website. |
Okay so are we thinking of something like this: COMPOSE_HTTP_TIMEOUT
|
Can you develop a bit more of what should be |
Default values are whatever is shown in https://github.com/GhostWriters/DockSTARTer/blob/master/compose/.env.example (posted above). System detected values are shown for certain variables where DS tries to figure out the correct value that should be used by reading values from your system. Here is the code for this https://github.com/GhostWriters/DockSTARTer/blob/929e59861e7dc14550bf88980b3f44612fa91efc/.scripts/menu_value_prompt.sh#L28-L88 There's |
|
Okay since you did most of the footwork, I'll just fill in the What section are you thinking of adding this to? |
I'd like this to be a new page under the basic category. |
Okay I’ll get started on this. I’ve had enough of PMA and MDB lol. |
Feel free to fix, add, remove anything. The ones I left empty I just wasn't sure about. |
We're making amazing progress. There's still some missing info (descriptions). Also for all of the directories I want to explain where they get mounted inside the container. ex: DOCKERSHAREDDIR will be DOWNLOADSDIR will be MEDIADIR_TV will be P.S. I don't really think the way I have typed it above is great for the actual page, just trying to get the point across here so we can document it. The idea is to reduce support questions and help people with the learning curve of how volumes in docker work. Basically I want to reduce users asking "I just started Plex and I can't see /mnt/myDisk/TV!" I don't particularly want to name any specific apps, or purposes (ex I don't want to say "this is for torrenting" or "use radarr to rename/organize your movies") mostly because DS has always tried to allow the users to pick what they want to run, and torrenting or radarr would not apply to someone who runs DS just to get bitwarden installed for example. |
Updated some wording for consistency. Expanded on `MEDIADIR` as discussed on #44
Updated some wording for consistency. Expanded on `MEDIADIR` as discussed on #44
We need a new page under the basic section that explains how each variable in https://github.com/GhostWriters/DockSTARTer/blob/master/compose/.env.example works.
It may also contain common variable types that you would see for each app like
_PORT_
andDIR
and backups, etc.Each variable should have its explanation as well as mention of it's default or system detected value (and how default and system detected values work).
The text was updated successfully, but these errors were encountered: