capsul-flask/capsulflask
mirsal d9f3e68278
continuous-integration/drone/pr Build is failing Details
shell_scripts: Fix reporting of VM IP addresses
The shell script which gets informations from libvirt incorrectly
matches virsh output lines which contain VMs' public IPv4 addresses.
It doesn't work when there are multiple address families which breaks
reporting of IPv4 address when a VM also has an IPv6 address and virsh
happen to output that one first.

This commit changes it to explicitely match the first ipv4 address instead.
2021-08-04 00:56:55 +00:00
..
btcpay remove broken unneeded code from bitpay 2020-05-15 18:26:41 -05:00
schema_migrations add public_ipv4_first_usable_ip, public_ipv4_last_usable_ip 2021-07-12 14:38:56 -05:00
shell_scripts shell_scripts: Fix reporting of VM IP addresses 2021-08-04 00:56:55 +00:00
static Add custom themes, THEME setting, basic "yolocolo" theme (#7) 2021-07-22 01:15:39 +02:00
templates Merge pull request 'Disable BTCPay in the interface, if BTCPAY_PRIVATE_KEY is un-set' (#3) from optional-btcpay into master 2021-07-21 20:20:40 +02:00
theme/yolocolo Add custom themes, THEME setting, basic "yolocolo" theme (#7) 2021-07-22 01:15:39 +02:00
__init__.py Docker image, & local development docker-compose.yml (#2) 2021-07-22 01:18:10 +02:00
admin.py add public_ipv4_first_usable_ip, public_ipv4_last_usable_ip 2021-07-12 14:38:56 -05:00
auth.py finishing touches and fixes on managed IPs database migration 16 2021-07-09 14:35:23 -05:00
cli.py fix defaults for running locally and make email server not required. 2021-07-07 13:47:21 -05:00
console.py correctly enforce affordable_vm_sizes post form submission 2021-07-21 16:45:53 -05:00
db.py add public_ipv4_first_usable_ip, public_ipv4_last_usable_ip 2021-07-12 14:38:56 -05:00
db_model.py add public_ipv4_first_usable_ip, public_ipv4_last_usable_ip 2021-07-12 14:38:56 -05:00
http_client.py missed a spot 2021-02-15 23:52:52 -06:00
hub_api.py move hardcoding public3 to the right place 2021-07-12 16:10:28 -05:00
hub_model.py Add VMs to the database even with HUB_MODE=mock (#6) 2021-07-21 23:26:10 +02:00
landing.py Auto-generate the pricing table from the database 2021-07-21 12:19:28 +02:00
metrics.py first crack at adding ssh host key display to the capsul detail page 2021-01-30 01:39:48 -06:00
payment.py define BTCPAY_ENABLED based on URL and btcpay key, pass it explicitly 2021-07-21 12:12:41 -05:00
shared.py first try at implementing the vm start and stop feature 2021-02-17 20:50:17 -06:00
spoke_api.py fixing capsul creation after I broke it with the pre-allocated IP 2021-07-11 12:18:58 -05:00
spoke_model.py fixing capsul creation after I broke it with the pre-allocated IP 2021-07-11 12:18:58 -05:00