notplants
notplants pushed to main at coop-cloud/mattermost 2021-11-30 16:25:40 +00:00
3e31f25f80 Working with docker secrets
8bc564c4b3 Working on secrets
Compare 2 commits »
notplants pushed to main at coop-cloud/mattermost 2021-11-30 11:31:50 +00:00
d0d3b91aaa Working on secrets
notplants commented on pull request PeachCloud/peach-workspace#36 2021-11-25 10:07:39 +00:00
Add ENV VAR to allow disabling Rocket authentication

Nice looks good. Cool bonus to have default development and production settings too. And we can continue the conversation about whether to also use figment for other peach configurations in the…

notplants pushed to main at coop-cloud/mattermost 2021-11-24 16:15:55 +00:00
283f567b80 Working
notplants pushed to main at coop-cloud/mattermost 2021-11-24 15:54:50 +00:00
d19e16630d Working docker-compose.yml
notplants created branch main in coop-cloud/mattermost 2021-11-24 15:53:36 +00:00
notplants pushed to main at coop-cloud/mattermost 2021-11-24 15:53:36 +00:00
0bcb3df78a first commit
notplants created repository coop-cloud/mattermost 2021-11-24 15:53:21 +00:00
notplants commented on pull request PeachCloud/peach-workspace#36 2021-11-24 11:09:41 +00:00
Add ENV VAR to allow disabling Rocket authentication

hmm I'm now also wondering how this DISABLE_ROCKET_AUTH config, and our general PeachCloud config.yml should interact. Perhaps we should have One Config.yml To Rule Them All.

I think we were…

notplants commented on pull request PeachCloud/peach-workspace#36 2021-11-24 10:59:26 +00:00
Add ENV VAR to allow disabling Rocket authentication

@glyph nice, the code in RequestGuard looks exactly how I imagined it would with the if/else.

A couple possible changes to consider:

  1. use Rocket configs instead of Env variables directly. And…
notplants commented on pull request PeachCloud/peach-workspace#33 2021-11-24 09:05:24 +00:00
Fix broken JS and tweak styling (CSS & HTML)

LG

a lil styling sometimes slips in, I understand

glad to see more code abstracted and less duplication

notplants commented on pull request PeachCloud/peach-workspace#31 2021-11-22 09:52:37 +00:00
Improve HTML route & template test coverage

Looks good to me. Thanks for fixing the change password title.

The tests that test .post routes passing arguments, and .get routes which make complicated calls to retrieve data, seem more…

notplants commented on pull request PeachCloud/go-sbotcli-rs#8 2021-11-18 13:48:21 +00:00
WIP: Change go-sbotcli-rs to parse json responses instead of using regex matches

Re-exporting individual types or functions is generally discouraged when the dependency from which you're exporting is not under your control. In that case, it is better to re-export the entire…

notplants commented on pull request PeachCloud/go-sbotcli-rs#8 2021-11-18 10:41:51 +00:00
WIP: Change go-sbotcli-rs to parse json responses instead of using regex matches

Ah this is re-export thing sounds perfect for this case, thanks for explaining it.

Also had a good call with Alex which helped give more context on sbotcli, and also raised some questions. We…

notplants commented on pull request PeachCloud/peach-workspace#30 2021-11-18 09:10:47 +00:00
Separate network settings and status templates

LGTM.

clean kitchen, clean routes, tasty soup

notplants deleted branch get_about from PeachCloud/go-sbotcli-rs 2021-11-18 09:08:11 +00:00
notplants closed pull request PeachCloud/go-sbotcli-rs#7 2021-11-18 09:08:06 +00:00
WIP: Add abstract get_about_message function
notplants commented on pull request PeachCloud/go-sbotcli-rs#8 2021-11-17 12:29:12 +00:00
WIP: Change go-sbotcli-rs to parse json responses instead of using regex matches

The problem is one of time and skill. Who can / will modify the Go code to be compatible with static compilation? How long will that take? Would we rather delay the release of PeachPub (might be…

notplants commented on pull request PeachCloud/go-sbotcli-rs#8 2021-11-17 12:27:38 +00:00
WIP: Change go-sbotcli-rs to parse json responses instead of using regex matches

But it's not just returning general data structures, right? It seemed like your intention was to make it super convenient by grouping the results of various sbot calls into more complex structures.…