diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index ae863c4d..dd86d61c 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -655,6 +655,7 @@ // E-mail address uses by the system (from) "system": "0xDB@0xDB.org" }, + "https": true, "id": "0xdb", "name": "0xDB", "url": "0xDB.org", @@ -670,8 +671,8 @@ {"id": "contact", "title": "Contact"} ], "sites": [ - {"name": "Indiancine.ma", "url": "indiancine.ma"}, - {"name": "Pad.ma", "url": "pad.ma"} + {"name": "Indiancine.ma", "url": "indiancine.ma", "https": true}, + {"name": "Pad.ma", "url": "pad.ma", "https": true} ], "themes": ["oxlight", "oxmedium", "oxdark"], "timelines": [ diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 5470b043..a386fa98 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -655,6 +655,7 @@ // E-mail address uses by the system (from) "system": "system@indiancine.ma" }, + "https": true, "id": "indiancinema", "name": "Indiancine.ma", "url": "indiancine.ma", @@ -668,8 +669,8 @@ {"id": "contact", "title": "Contact"} ], "sites": [ - {"name": "Pad.ma", "url": "pad.ma"}, - {"name": "OxDB", "url": "0xdb.org"} + {"name": "Pad.ma", "url": "pad.ma", "https": true}, + {"name": "OxDB", "url": "0xdb.org", "https": true} ], "themes": ["oxlight", "oxmedium", "oxdark"], "timelines": [ diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index a939fee4..67fef8db 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -572,6 +572,7 @@ // E-mail address uses by the system (from) "system": "system@pad.ma" }, + "https": true, "id": "padma", "name": "Pad.ma", "url": "pad.ma", @@ -587,8 +588,8 @@ {"id": "contact", "title": "Contact"} ], "sites": [ - {"name": "Indiancine.ma", "url": "indiancine.ma"}, - {"name": "OxDB", "url": "0xdb.org"} + {"name": "Indiancine.ma", "url": "indiancine.ma", "https": true}, + {"name": "OxDB", "url": "0xdb.org", "https": true} ], "themes": ["oxlight", "oxmedium", "oxdark"], "timelines": [ diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index af19fca8..ce0915d6 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -492,6 +492,7 @@ // E-mail address uses by the system (from) "system": "system@pandora.local" }, + "https": false, "id": "pandora", "name": "Demo", "url": "pandora.local", @@ -507,9 +508,9 @@ {"id": "contact", "title": "Contact"} ], "sites": [ - {"name": "0xDB", "url": "0xdb.org"}, - {"name": "Pad.ma", "url": "pad.ma"}, - {"name": "Indiancine.ma", "url": "indiancine.ma"} + {"name": "0xDB", "url": "0xdb.org", "https": true}, + {"name": "Pad.ma", "url": "pad.ma", "https": true}, + {"name": "Indiancine.ma", "url": "indiancine.ma", "https": true} ], "themes": ["oxlight", "oxmedium", "oxdark"], "timelines": [