Go to file
Dustin 545baa1c36 Use Rocket's Figment for configuration
Instead of reading our own TOML file for configuration, we can hook into
Rocket's [built-in configuration system][0].  Although it doesn't matter
much right now, it may if we end up using Rocket's SQL [database
integration][1], because it uses the same mechanism.  Without making
this change, we would end up with two configuration files in that case.

[0]: https://rocket.rs/guide/v0.5/configuration/#extracting-values
[1]: https://rocket.rs/guide/v0.5/state/#databases
2025-03-09 07:07:55 -05:00
js ui: Request higher video resolution from camera 2025-03-08 20:41:40 -06:00
src Use Rocket's Figment for configuration 2025-03-09 07:07:55 -05:00
templates ui: Remove photo cropper element 2025-03-08 20:20:29 -06:00
.containerignore Add container image build script 2025-03-08 21:15:16 -06:00
.editorconfig Initial commit 2025-03-05 18:02:52 -06:00
.gitignore Use Rocket's Figment for configuration 2025-03-09 07:07:55 -05:00
.prettierrc Implement basic page navigation w/ mock data 2025-03-08 11:16:35 -06:00
Cargo.lock Use Rocket's Figment for configuration 2025-03-09 07:07:55 -05:00
Cargo.toml Use Rocket's Figment for configuration 2025-03-09 07:07:55 -05:00
Containerfile Use Rocket's Figment for configuration 2025-03-09 07:07:55 -05:00
LICENSE-Apache-2.0.txt Initial commit 2025-03-05 18:02:52 -06:00
LICENSE-MIT.txt Initial commit 2025-03-05 18:02:52 -06:00
firefly.env Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
rustfmt.toml Initial commit 2025-03-05 18:02:52 -06:00
start-firefly.sh Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
static Fix path to static resources 2025-03-08 20:08:45 -06:00