• Joined on 2021-07-19
forest pushed to mock-hub-create at 3wordchant/capsul-flask 2021-07-21 21:16:54 +00:00
f7461d5a28 default_network and default_ipv4 on mock hub
forest pushed to docs-reshuffle at 3wordchant/capsul-flask 2021-07-21 18:53:05 +00:00
baa40da883 add Configuration-type-stuff that lives in the database
forest commented on pull request 3wordchant/capsul-flask#5 2021-07-21 18:39:26 +00:00
Split README up into separate files

image

forest commented on pull request 3wordchant/capsul-flask#5 2021-07-21 18:38:58 +00:00
Split README up into separate files

image

forest commented on pull request 3wordchant/capsul-flask#5 2021-07-21 18:38:01 +00:00
Split README up into separate files

image

forest pushed to docs-reshuffle at 3wordchant/capsul-flask 2021-07-21 18:35:32 +00:00
30016f3b0b forest's ReadMe docs changes
forest created pull request 3wordchant/capsul-flask#5 2021-07-21 17:20:53 +00:00
Split README up into separate files
forest commented on pull request 3wordchant/capsul-flask#3 2021-07-21 17:16:16 +00:00
Disable BTCPay in the interface, if BTCPAY_PRIVATE_KEY is un-set

I changed this a little bit:

  1. I didn't wanna use
@app.context_processor
def load_config_vars():
  return dict(config=app.config)

Is that ok? I thought it might be better to…

forest pushed to optional-btcpay at 3wordchant/capsul-flask 2021-07-21 17:12:43 +00:00
36329796f0 define BTCPAY_ENABLED based on URL and btcpay key, pass it explicitly
forest commented on pull request 3wordchant/capsul-flask#3 2021-07-21 17:10:57 +00:00
Disable BTCPay in the interface, if BTCPAY_PRIVATE_KEY is un-set

Ah, I see, it populates default variables that are avaliable to every single j2 template ?

I might prefer to explicitly pass config values to the templates, so the templates aren't tied to the…

forest pushed to master at 3wordchant/capsul-flask 2021-07-21 17:03:52 +00:00
b8279d7491 add about ssh link to faq
forest commented on pull request 3wordchant/capsul-flask#4 2021-07-21 16:58:43 +00:00
Auto-generate the pricing table from the database

I'm forest johnson and I approve this message

forest pushed to generated-prices at 3wordchant/capsul-flask 2021-07-21 16:53:58 +00:00
28271ee852 remove class="small" from pricing table cuz normal size fits fine
forest pushed to tests at 3wordchant/capsul-flask 2021-07-19 20:59:26 +00:00
0268e4c97d ensure that app is defined in app.py to fix login link logging issues.