Javier Marcos
Javier Marcos
Good point, and yes I think if the file is specified, but for whatever reason the file is not accesible or format is incorrect... Then service should halt
Just pushed some fixes for the provision in mode `prod`, there were few things broken and now it all works well. Updating the documentation as well! https://github.com/jmpsec/osctrl/pull/60
Did you use `provision.sh` to complete all setup? Can you confirm with `osctrl-cli` that the user `admin` is created? You can do that with the following command: ``` ./osctrl-cli -d...
Just removed the requirement for jsonb so any backend could be used now, via gorm
PR for the refactoring: https://github.com/jmpsec/osctrl/pull/228
Dependencies for PostgreSQL have been removed, it should be straight forward to add support to other backends. Is there still any interest for it? Thanks!
Just add `-Encoding ASCII` to your `Out-File` powershell and it works, effectively it does the same as opening the file with Notepad and saving it. Your line would be: ```...
Hey @jeszicawii, I am currently investigating this one and I'll keep you posted. Thanks for your patience :)
Really? Because the only thing I have seen is code and functionality being removed and half-assed pushes to master. Not very professional is it? At least you could make the...
This is a good idea and I agree with @gsingh93 that could be a bit risky. Instead of doing it by default, we could have the option as a command...