Commit Graph

58 Commits

Author SHA1 Message Date
MassiveBox 79c7dde230
Reorganize docs 2024-04-19 18:30:11 +02:00
MassiveBox 924b96e0db
Move to Forgejo CI 2024-04-18 12:14:36 +02:00
MassiveBox 519796d3d1
Improve data location selection 2024-04-12 21:40:22 +02:00
MassiveBox 1f9827505b
Disable again gosmopolitan, which for some reason figures as non-existent on my machine, but breaks builds on the CI if it's not disabled. 2023-11-03 23:10:07 +01:00
MassiveBox 99acf1fd18
Fix linter errors 2023-11-03 22:53:54 +01:00
MassiveBox 8b81c41bd7
Add admin-settable MOTD, rewrite existing warning system to use it 2023-10-31 23:59:09 +01:00
MassiveBox 4bf1455ba4
Remove need for restart on settings change 2023-10-29 18:32:35 +01:00
MassiveBox 75423645ff
Work around Jenkins'BS 2023-07-22 15:40:00 +02:00
MassiveBox d5d6aa4d08
Work around docker's BS 2023-07-22 15:37:59 +02:00
MassiveBox 153b507a69
Load image into docker 2023-07-22 12:27:56 +02:00
MassiveBox 07b9571ffa
Fix 2023-07-22 11:34:01 +02:00
MassiveBox 8db3f56ca4
Hopefully fix docker complaining about nonsense 2023-07-22 11:14:54 +02:00
MassiveBox ad89006cc4
Fix published artifacts 2023-07-22 10:34:21 +02:00
MassiveBox fa28b77c52
Add missing commas 2023-07-22 10:26:14 +02:00
MassiveBox c650a1fae1
Fix multi-arch container build 2023-07-22 10:24:01 +02:00
MassiveBox 6bfe31de56
Whoops 2023-07-21 18:59:59 +02:00
MassiveBox 97994ab47a
Minor inconvenience 2023-07-21 18:46:31 +02:00
MassiveBox d0f8950c3c
Add jenkins'Dockerfile
whoops I forgot
2023-07-21 18:30:25 +02:00
MassiveBox 394091d885
Fix pipeline 2023-07-21 18:10:35 +02:00
MassiveBox 90e83eaf62
Pipeline improvements 2023-07-21 17:01:53 +02:00
MassiveBox 33f09c93bd
Attempt at adding Jenkins CI 2023-07-21 09:43:36 +02:00
MassiveBox 4b3af653b8
Merge remote-tracking branch 'origin/master' 2023-06-24 09:02:49 +02:00
MassiveBox 82114b8c76
Optimize CI 2023-06-24 09:02:30 +02:00
MassiveBox 002fab4786
Optimize CI 2023-06-24 09:00:20 +02:00
MassiveBox b720bf4ac0
Squash bugs 2023-06-23 20:39:37 +02:00
MassiveBox d51f42ecb1
Fix linter 2023-06-23 16:51:43 +02:00
MassiveBox 068aae82c3
Fix NaN*10^(-9223372036854775808) glitch 2023-06-23 13:43:03 +02:00
MassiveBox 22ed86d6f3 Merge pull request 'Switch to modernc.org/sqlite' (#3) from danog/ecodash:master into master
Reviewed-on: https://git.massivebox.net/ecodash/ecodash/pulls/3
2023-05-02 15:52:19 +02:00
Daniil Gentili 79f901810b Fixup 2023-05-01 23:20:00 +02:00
Daniil Gentili 2061e3c45f Switch to modernc.org/sqlite 2023-05-01 23:07:59 +02:00
MassiveBox cd7a676c88
Fix pipeline for working with git.massivebox.net after switch from gitea.massivebox.net 2023-05-01 22:53:31 +02:00
MassiveBox 784dddb7ed Merge pull request 'UwU' (#2) from danog/ecodash:master into master
Reviewed-on: https://git.massivebox.net/ecodash/ecodash/pulls/2
2023-05-01 22:25:07 +02:00
Daniil Gentili 9423b578b8
Increase timeout 2023-05-01 22:16:14 +02:00
Daniil Gentili 066e210d8a
Fixes 2023-05-01 22:07:50 +02:00
MassiveBox 3d5e82e774
Improve woodpecker to push containers to correct org 2023-05-01 20:58:50 +02:00
MassiveBox 3c2d4b4efb Merge pull request 'Refactoring + bugfixes' (#1) from danog/ecodash:master into master
Reviewed-on: https://git.massivebox.net/ecodash/ecodash/pulls/1
2023-05-01 20:43:34 +02:00
Daniil Gentili 45ad55a648
Update 2023-05-01 20:34:50 +02:00
Daniil Gentili f68e3d4098
Update 2023-05-01 20:27:00 +02:00
Daniil Gentili 8dcc18c4f9
Trigger 2023-05-01 20:23:38 +02:00
Daniil Gentili d95197ede3
Filter 2023-05-01 20:21:36 +02:00
Daniil Gentili 2b2f7b1556
Update build process 2023-05-01 20:05:30 +02:00
Daniil Gentili d28efaf60d
Update build instructions 2023-05-01 19:51:50 +02:00
Daniil Gentili d5c467c691
Cleanup 2023-05-01 19:39:12 +02:00
Daniil Gentili 345adcf479
Refactoring 2023-05-01 19:25:16 +02:00
Daniil Gentili 9bd3f35cc7
Refactor 2023-05-01 18:33:15 +02:00
MassiveBox 08be78f907 Minor graphical improvements
- Uniform style of SVGs
- Add style directly inside SVGs to switch to dark mode - the previous solution didn't work in Chromium for some reason
2023-04-14 18:20:25 +02:00
MassiveBox 3ac161e740 Dark Theme support
Now when prefers-color-scheme is set to "dark", a dark theme will be used.
SVGs have been updated to allow for it, and also compressed to optimize.
2023-04-12 21:32:15 +02:00
MassiveBox 57b97d3ab5 Update links to point to the new website, remove duplicate content from README, add building instructions 2023-03-04 23:21:31 +01:00
MassiveBox 37c515bec4 Improve multi-arch builds
- Use docker buildx to build the container for different architectures
- Upload build artifacts properly
2023-01-30 23:03:18 +01:00
MassiveBox 7a1214d492 Added arm builds, improve database
- The program will now be cross-compiled and released for arm as well as x86
- What we previously called "cache" is not actually a cache, as it holds content that can't be always retrieved. Now we're stopping calling it a cache.
- Improved history merging
- Fixed the README to include the database as a volume, and to fix some errors
2023-01-29 21:16:04 +01:00