Hippo
ae1aacd17c
Allow Seance to be hosted on a subpath
...
Now, instead of having to host Seance right at example.com, you
can also host it underneath at example.com/seance by changing the
appropriate setting!
2021-07-25 21:46:03 +05:30
Hippo
42f96c00b9
Allow uploading files locally instead of through WebDAV
...
This gives us more flexibility: after all how often does one have
a WebDAV server handy (unless you're smart enough to use HelioHost
or some other awesome server)?
2021-07-21 22:24:45 +05:30
Hippo
991899a1df
Bump convict to version 6 (so we can use new features later)
...
We want the `nullable` property: coming up in the next commit 😉
2021-07-21 21:59:56 +05:30
Badri Sunderarajan
299369b363
Bugfix: crashes when no config file detected
...
It was looking for a (nonexistent, obsolete) variable to check if
the "config" command is running. Now, it just looks at the
command-line options directly and does it.
2020-05-04 13:57:09 +05:30
Hippo
a57add4809
Allow YAML config load, and escape route if it doesn't exist
...
The "escape route" is the setup command (yet to be implemented)
2020-04-26 18:38:53 +05:30
Hippo
53b0832a8c
Use convict to load config settings
2020-04-24 22:20:18 +05:30
Hippo
e41358118a
Move config loading to a new file
...
This is so that we can extend it further (by loading from more
locations, etc.)
2020-04-24 21:28:39 +05:30