|
|
|
|
|
by artpar
2322 days ago
|
|
Hey You can try out daptin. It is a headless CMS in golang. Except for the "enums" I think it should be able to help you achieve the flow you described. Daptin has rclone integrated in it, so it can sync with BlackBlaze. Essentially you will need to do the following: 1. Declare one table 2. Make a asset column in that 3. Bind that asset column to a cloud storage(blackblaze here) 4. Daptin will expose assests as urls, but you can choose to write another action to fetch BlackBlaze url and put it in another column If this sounds too complicated or docs are not enough (which probably would be the case) feel free to create an issue on github and ping on slack. I would be happy to help you out with your first few projects. [1] https://github.com/daptin/daptin |
|