• Joined on 2021-09-17
forest commented on issue cyberia/capsul-flask#13 2021-12-16 17:13:57 +00:00
Capsul outage mitigation: need a way to shutdown the server

forest (he/him) we should also implement cyberia/capsul-flask#13

Capsul outage mitigation: need a way to shutdown the server How do we wanna approach…

forest commented on issue cyberia/capsul-flask#11 2021-12-16 15:48:57 +00:00
enable static IP -> capsul mapping via libvirt (manage MAC addresses)
  • capsul-flask should probably take ownership of mac addresses and tell each capsul what its mac address is, if possible.
    • To make the DHCP config declarative so we can rebuild the whole…
forest commented on issue cyberia/ops-handbook#9 2021-12-15 22:39:29 +00:00
Theme git.cyberia.club to match https://cyberia.club's theme

this is how I did it on my server

root@odroidxu4:.../gitea/data/gitea# tree
.
├── conf
│   └── app.ini
├── indexers
│   ....blahblahblah.....
├──…
forest commented on issue cyberia/ops-handbook#9 2021-12-15 18:51:46 +00:00
Theme git.cyberia.club to match https://cyberia.club's theme

We should look at the default dark theme and just modify it a bit.

forest commented on issue cyberia/capsul-flask#10 2021-12-15 17:14:41 +00:00
Capsul outage mitigation: auto-start capsuls startup

This is 99% done, we just need an automated monkey that mashes the "start vm" and "fix dhcp" button(s) on an interval.

forest commented on issue cyberia/capsul-flask#11 2021-12-15 17:13:08 +00:00
enable static IP -> capsul mapping via libvirt (manage MAC addresses)

I think we just need to update the start method that the users have access to to do the same thing as the admin panel one and then this can be closed.

forest commented on issue cyberia/capsul-flask#12 2021-12-15 17:11:40 +00:00
Capsul outage mitigation: audit the list of static DHCP assignment entities

I think this can be closed? not sure.

forest pushed to main at cyberia/capsul-flask 2021-12-14 21:48:04 +00:00
cac0a652ab Merge remote-tracking branch 'origin/main' into main
b009607714 update TOS and privacy policy links
Compare 2 commits »
forest pushed to main at cyberia/capsul-flask 2021-12-14 07:52:49 +00:00
38b65c25e1 add note about monero sync
forest pushed to main at cyberia/capsul-flask 2021-12-14 07:47:48 +00:00
2bb335bcfb fix type coercion special case where dollars = 0
forest pushed to main at cyberia/capsul-flask 2021-12-14 07:46:36 +00:00
80802370a3 trying to fix weird dollars behaviour
forest pushed to main at cyberia/capsul-flask 2021-12-14 07:42:29 +00:00
9dc5f43fa0 fixing nested string literals
forest pushed to main at cyberia/capsul-flask 2021-12-14 07:41:38 +00:00
79742278c5 cleaning up validate_dollars
forest pushed to main at cyberia/capsul-flask 2021-12-14 07:37:42 +00:00
f5d70c0b88 debugging validate dollars
forest pushed to main at cyberia/capsul-flask 2021-12-14 07:35:19 +00:00
2b14627319 debugging validate dollars
forest pushed to main at cyberia/capsul-flask 2021-12-14 07:27:35 +00:00
db4797c044 validate_dollars to support different values for stripe vs btcpay
forest pushed to main at cyberia/capsul-flask 2021-12-11 01:44:47 +00:00
59ec894f17 net_set_dhcp() missing 1 required positional argument: 'add_ipv4'
forest pushed to main at cyberia/capsul-flask 2021-12-11 01:38:04 +00:00
f8415dbba5 don't error when trying to remove a dhcp entry that does not exist
forest pushed to main at cyberia/capsul-flask 2021-12-11 01:31:07 +00:00
f85f282854 shell is not my first language