Did you get it to run? I tried it for about a day or so, and only got it kind of working
- 0 Posts
- 3 Comments
Joined 3 years ago
Cake day: June 19th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
tuhriel@discuss.tchncs.deto
Selfhosted@lemmy.world•What are the things that makes a selfhostable app/project good?English
7·2 years agoWhat helps a lot for apps with multiple config files:
- if you tell the user to “add code xy to the config file” : tell me which file. is it the main config file? the one of the reverse proxy etc.?
- provide a sensible example library of the config structure. For example: duting the implementation of an importer for beancount I was struggling with what goes where. The example structure was really, really helpful.
- also, if you have configurations which allow different options: TELL ME THE OPTIONS! If I get an error during startup, that for config.foo the value “bar” is not allowed, I need a list of options somehwere, so many hours lost to find out what I can write to config.foo
Ohh you are in for a treat 🫠