From 3d9a16b7c5fe607eeb84f3a7fcfa58ee8b815796 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Mon, 22 Feb 2021 09:35:57 +0100 Subject: [PATCH] Website generation with Couscous --- accounts.html | 4 ++-- configuration/auth.html | 5 +++-- configuration/basic.html | 4 ++-- configuration/logging.html | 4 ++-- configuration/router.html | 4 ++-- configuration/security.html | 5 +++-- configuration/session.html | 4 ++-- configuration/storage.html | 4 ++-- configuration/tmpfs.html | 4 ++-- demo.html | 4 ++-- development.html | 4 ++-- index.html | 4 ++-- install.html | 4 ++-- translations/default.html | 4 ++-- 14 files changed, 30 insertions(+), 28 deletions(-) diff --git a/accounts.html b/accounts.html index 688d52a..3ffa961 100644 --- a/accounts.html +++ b/accounts.html @@ -186,13 +186,13 @@ WHERE `username` = 'admin'; var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/configuration/auth.html b/configuration/auth.html index 50dd336..9ae0df1 100644 --- a/configuration/auth.html +++ b/configuration/auth.html @@ -202,6 +202,7 @@ VALUES 'ldap_bindPass'=>'ldapbinduser-password', 'ldap_baseDN'=>'cn=users,dc=ldap,dc=example,dc=com', 'ldap_filter'=>'(uid=*)', //ex: 'ldap_filter'=>'(&(uid=*)(memberOf=cn=administrators,cn=groups,dc=ldap,dc=example,dc=com))', + 'ldap_attributes' => ["uid","cn","dn"], 'ldap_userFieldMapping'=> [ 'username' =>'uid', 'name' =>'cn', @@ -238,13 +239,13 @@ VALUES var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/configuration/basic.html b/configuration/basic.html index 64a80ce..c179091 100644 --- a/configuration/basic.html +++ b/configuration/basic.html @@ -207,13 +207,13 @@ $fullhd-enabled: false; var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/configuration/logging.html b/configuration/logging.html index 2116f02..e700ed1 100644 --- a/configuration/logging.html +++ b/configuration/logging.html @@ -168,13 +168,13 @@ var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/configuration/router.html b/configuration/router.html index 131cb96..9c28163 100644 --- a/configuration/router.html +++ b/configuration/router.html @@ -186,13 +186,13 @@ var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/configuration/security.html b/configuration/security.html index 1bb7692..d28019d 100644 --- a/configuration/security.html +++ b/configuration/security.html @@ -140,6 +140,7 @@ 'handler' => '\Filegator\Services\Security\Security', 'config' => [ 'csrf_protection' => true, + 'csrf_key' => "123456", // randomize this 'ip_allowlist' => [], 'ip_denylist' => [ '172.16.1.2', @@ -170,13 +171,13 @@ var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/configuration/session.html b/configuration/session.html index 818d08d..dff968d 100644 --- a/configuration/session.html +++ b/configuration/session.html @@ -221,13 +221,13 @@ For example you can pass cookie_lifetime parameter to extend defaul var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/configuration/storage.html b/configuration/storage.html index 7251b40..d1c51cd 100644 --- a/configuration/storage.html +++ b/configuration/storage.html @@ -328,13 +328,13 @@ var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/configuration/tmpfs.html b/configuration/tmpfs.html index 469b130..659250f 100644 --- a/configuration/tmpfs.html +++ b/configuration/tmpfs.html @@ -168,13 +168,13 @@ var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/demo.html b/demo.html index fae8cdf..462b89e 100644 --- a/demo.html +++ b/demo.html @@ -158,13 +158,13 @@ var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/development.html b/development.html index ffdc613..3b41e02 100644 --- a/development.html +++ b/development.html @@ -174,13 +174,13 @@ npm run e2e var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/index.html b/index.html index ea3b740..ad219e4 100644 --- a/index.html +++ b/index.html @@ -191,13 +191,13 @@ var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/install.html b/install.html index f101dd2..a27b282 100644 --- a/install.html +++ b/install.html @@ -203,13 +203,13 @@ exit var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - + diff --git a/translations/default.html b/translations/default.html index fd393be..bde0b91 100644 --- a/translations/default.html +++ b/translations/default.html @@ -260,13 +260,13 @@ export default data var _tcfg = _tcfg || []; (function() { _tcfg.push(["tags", "filegator-io,filegator-io-docs"]); - var u="https://analytics.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); + var u="https://a.interactive32.com/js/safetick.js"; _tcfg.push(["account_id", 8348834]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous"); s.parentNode.insertBefore(g,s); })(); - +