notplants
notplants deleted branch fix-nsupdate from PeachCloud/peach-workspace 2022-07-27 14:50:29 +00:00
notplants deleted branch fix-manifest from PeachCloud/peach-workspace 2022-07-27 14:50:28 +00:00
notplants deleted branch docker from PeachCloud/peach-workspace 2022-07-27 14:50:27 +00:00
notplants deleted branch change-paths from PeachCloud/peach-workspace 2022-07-27 14:50:23 +00:00
notplants deleted branch back-cookie from PeachCloud/peach-workspace 2022-07-27 14:50:22 +00:00
notplants pushed to main at notplants/csv-to-wiki 2022-07-27 14:46:24 +00:00
a138d6cd4a duplicates
notplants created branch supervisorctl in PeachCloud/peach-workspace 2022-07-27 14:19:50 +00:00
notplants pushed to supervisorctl at PeachCloud/peach-workspace 2022-07-27 14:19:50 +00:00
ceb7e502ce modifications to system commands
notplants pushed to main at notplants/csv-to-wiki 2022-07-27 13:54:47 +00:00
5cb34da08c working
notplants pushed to main at notplants/csv-to-wiki 2022-07-27 13:26:05 +00:00
a693c9339f first commit
notplants created branch main in notplants/csv-to-wiki 2022-07-27 13:26:04 +00:00
notplants created repository notplants/csv-to-wiki 2022-07-27 13:25:23 +00:00
notplants commented on issue PeachCloud/peach-workspace#127 2022-07-27 09:33:11 +00:00
Domain insertion for invites

and the relevant PR in the yunohost package https://github.com/YunoHost-Apps/peachpub_ynh/pull/13

notplants closed issue PeachCloud/peach-workspace#127 2022-07-27 09:32:15 +00:00
Domain insertion for invites
notplants commented on issue PeachCloud/peach-workspace#127 2022-07-27 09:22:16 +00:00
Domain insertion for invites

I knew at some level this was non-trivial, because it required working with the sbot during yunohost commands, which was not previously needed before, ended up being a big project, but 3 weeks…

notplants pushed to main at PeachCloud/peach-workspace 2022-07-25 11:17:37 +00:00
c83a22461d Merge pull request 'Add wait-for-sbot to peach-config' (#131) from wait-for-sbot into main
40bd1e48f1 Merge branch 'main' into wait-for-sbot
03ac890793 Cargo fmt
bc0c0fca7f Sequential match statements
fc50bb5ee5 Cargo fmt
Compare 7 commits »
notplants deleted branch wait-for-sbot from PeachCloud/peach-workspace 2022-07-25 11:17:37 +00:00
notplants merged pull request PeachCloud/peach-workspace#131 2022-07-25 11:17:36 +00:00
Add wait-for-sbot to peach-config
notplants pushed to wait-for-sbot at PeachCloud/peach-workspace 2022-07-25 10:41:23 +00:00
40bd1e48f1 Merge branch 'main' into wait-for-sbot
6407495292 Merge pull request 'Update go-sbot systemctl commands (remove --user)' (#132) from fix_systemctl_calls into main
05c1577f2a upgrade probes version to avoid precise_time error
add169db07 bump patch version
fcb17d6802 remove --user and add sudo for systemctl calls
Compare 5 commits »
notplants commented on pull request golgi-ssb/golgi#52 2022-07-19 09:28:19 +00:00
Accept ip_port and net_id as Option<String> or Option<&str> for sbot::init()

Interesting, it seems like a natural thing to want to be able to define, but that None::<&str> syntax is pretty bizarre. But it seems like thats the way to do "optional" arguments in rust so looks…