Set up password auth
This commit is contained in:
parent
7673d544d4
commit
9259a89c05
1 changed files with 11 additions and 0 deletions
11
metadata.yml
11
metadata.yml
|
|
@ -1,6 +1,14 @@
|
||||||
description: |
|
description: |
|
||||||
This is a somewhat random collection of statistics I found on the internet
|
This is a somewhat random collection of statistics I found on the internet
|
||||||
that, let's hope, help me win arguments.
|
that, let's hope, help me win arguments.
|
||||||
|
plugins:
|
||||||
|
datasette-auth-passwords:
|
||||||
|
diogenes_password_hash:
|
||||||
|
$env: "DIOGENES_PASSWORD"
|
||||||
|
actors:
|
||||||
|
diogenes:
|
||||||
|
id: "diogenes"
|
||||||
|
name: "Diogenes"
|
||||||
databases:
|
databases:
|
||||||
earth:
|
earth:
|
||||||
description: |
|
description: |
|
||||||
|
|
@ -25,3 +33,6 @@ databases:
|
||||||
source: "Our World In Data"
|
source: "Our World In Data"
|
||||||
source_url: "https://ourworldindata.org/grapher/projected-population-by-country"
|
source_url: "https://ourworldindata.org/grapher/projected-population-by-country"
|
||||||
license: "CC-BY 4.0"
|
license: "CC-BY 4.0"
|
||||||
|
tracks: # this is for authenticated users only
|
||||||
|
allow:
|
||||||
|
id: diogenes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue