Compare commits

..

18 Commits

Author SHA1 Message Date
blek 1d6eec3291
print warning in resourceD if no resources are specified and report number of resources on startup 2023-12-08 17:49:59 +10:00
blek 9764ee5964
add animation to the header 2023-12-08 17:49:58 +10:00
blek e00dd4b8d7
add html-minifier to rust dev dockerfile 2023-12-08 17:49:58 +10:00
blek 3687d8c907
improve dragndrop zone size handling on mobile 2023-12-08 17:49:58 +10:00
blek 434906047f
alternative display for header in mobile mode 2023-12-08 17:49:58 +10:00
blek bc608863cf
print a warning if resourced is disabled 2023-12-08 17:49:58 +10:00
blek d299ea6e76
deploy resourced to production dockerfile
Note: I did not test the compose file on my machine before submitting the commit. May or may not work.
2023-12-08 17:49:58 +10:00
blek 27e386fb35
deploy resourceD within dev compose file 2023-12-08 17:49:57 +10:00
blek 84fa988538
add air to resourceD
more info: https://github.com/cosmtrek/air
2023-12-08 17:49:57 +10:00
blek 9463b24a4d
add swagger reference 2023-12-08 17:49:57 +10:00
blek 45c47d9b0c
add route to get if the resourced is enabled 2023-12-08 17:49:57 +10:00
blek b06f0a3f75
fix wrong symbols in the example config 2023-12-08 17:49:57 +10:00
blek 13c2bb6407
add option to configure min size to cache proxy 2023-12-08 17:49:56 +10:00
blek 280f1a038b
cached proxied resources 2023-12-08 17:49:56 +10:00
blek 3f859dac77
proxied resources 2023-12-08 17:49:56 +10:00
blek ed77a9fc27
support for http(s):// urls 2023-12-08 17:49:56 +10:00
blek 67f69aa361
actually serve the resources 2023-12-08 17:49:56 +10:00
blek a3f821a0d0
init repo 2023-12-08 17:49:50 +10:00
2 changed files with 0 additions and 20 deletions

View File

@ -1,17 +0,0 @@
# Contributing to blek! File
blek! File is a project that aims for high quality standarts,
which means that contributions will be reviewed accordingly.
This doesnt mean that you shouldn't contribute if you have low skills;
it means that you should be ready to expect to make changes in your code as it is reviewed.
## Argument rules
The BDFL of the project is: `blek! <me@blek.codes>`. BDFL's role is to make a final call in case if an argument gets stalled or too controversial.
Based criticism and analysis is the only things that matter within an argument inside this project. Basic your argument on personal emotions against another person will not be tolerated.
## Expected workflow
The expected workflow is:
1. Fork
2. Commit changes
3. Open a PR
4. Merge

View File

@ -24,9 +24,6 @@ To qualify, your instance must be having:
3. Come up with a unique name 3. Come up with a unique name
4. Have a public administrator email 4. Have a public administrator email
## Contributing
Contributing guide is available [here](./CONTRIBUTING.md) (the CONTRIBUTING.md file).
## Licensing ## Licensing
This software is released under GPL3 license, a copyleft license that protects users' freedom by ensuring that all future copies of this software are open source as well. This software is released under GPL3 license, a copyleft license that protects users' freedom by ensuring that all future copies of this software are open source as well.