This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "clientId": "demo-login-plone6", | |
| "name": "demo-login-plone6", | |
| "rootUrl": "", | |
| "adminUrl": "https://demo-login-plone6.whatever.com", | |
| "baseUrl": "https://demo-login-plone6..whatever.com/", | |
| "surrogateAuthRequired": false, | |
| "enabled": true, | |
| "alwaysDisplayInConsole": false, | |
| "clientAuthenticatorType": "client-secret", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| DBHOST=$NOMAD_META_db_host | |
| DBNAME=$NOMAD_META_db_name | |
| DBPORT=$NOMAD_META_db_port | |
| DBUSER=$NOMAD_META_db_user | |
| DBPASSWORD=$NOMAD_META_db_password | |
| DBSCHEMA=$NOMAD_META_db_schema | |
| FILEURL=$NOMAD_META_fileurl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| DBHOST=$NOMAD_META_db_host | |
| DBNAME=$NOMAD_META_db_name | |
| DBPORT=$NOMAD_META_db_port | |
| DBUSER=$NOMAD_META_db_user | |
| DBPASSWORD=$NOMAD_META_db_password | |
| DBSCHEMA=$NOMAD_META_db_schema | |
| FILEURL=$NOMAD_META_fileurl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '2' | |
| volumes: | |
| keycloak_postgres_data: | |
| keycloak_postgres_scripts: | |
| services: | |
| keycloak: | |
| image: quay.io/keycloak/keycloak:17.0.0 | |
| #init: true | |
| ports: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2022-01-14 11:58:32,227][557][140069404256000][DEBUG][privacyidea.api.before_after:84] Begin handling of request u'/validate/check?' | |
| [2022-01-14 11:58:32,227][557][140069404256000][DEBUG][privacyidea.api.lib.utils:254] Can not get param: No JSON object could be decoded | |
| [2022-01-14 11:58:32,227][557][140069404256000][DEBUG][privacyidea.lib.user:186] Entering get_user_from_param with arguments ({'user': u'admin', 'pass': u'changeme'},) and keywords {} | |
| [2022-01-14 11:58:32,228][557][140069404256000][DEBUG][privacyidea.lib.config:186] Entering get_from_config with arguments ('splitAtSign',) and keywords {'return_bool': True} | |
| [2022-01-14 11:58:32,228][557][140069404256000][DEBUG][privacyidea.lib.config:323] Cloning request-local config from shared config object | |
| [2022-01-14 11:58:32,228][557][140069404256000][DEBUG][privacyidea.lib.config:280] Creating new shared config object | |
| [2022-01-14 11:58:32,281][557][140069404256000][DEBUG][privacyidea.lib.utils:759] Values are not initialized. We need to reread policies fro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '2' | |
| services: | |
| apache: | |
| image: httpd:latest | |
| restart: always | |
| environment: | |
| SERVERADMIN: mauro.michielon@eea.europa.eu | |
| SERVERNAME: sdi.eea.europa.eu | |
| ports: | |
| - 81:80 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults | |
| timeout connect 5s | |
| timeout client 1m | |
| timeout server 1m | |
| frontend http_front | |
| bind *:80 | |
| mode http | |
| acl app1 path_beg -i /nginx | |
| acl app2 path_beg -i /apache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | id | share_type | share_with | password | uid_owner | uid_initiator | parent | item_type | item_source | item_target | file_source | file_target | permissions | stime | accepted | expiration | token | mail_send | share_name | password_by_talk | note | hide_download | label | | |
| +-----+------------+------------+----------+-----------+---------------+--------+-----------+-------------+-------------+-------------+-----------------------------------------------+-------------+------------+----------+------------+-----------------+-----------+------------+------------------+------+---------------+-------+ | |
| | 724 | 3 | NULL | NULL | eeaadmin | staromar | 696 | file | 9041 | NULL | 9041 | /Natura2000_end2019_gpkg.zip | 1 | 1587462436 | 0 | NULL | GkqdcbbsYmmBSEQ | 0 | NULL | 0 | NULL | 0 | | | |
| | 725 | 3 | NULL | NULL | eeaad |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| host= | |
| username= | |
| password= | |
| countries=( "IS" "NO" "TR" "EU27_2020" "EU28" "BE" "BG" "CZ" "DK" "DE" "EE" "IE" "EL" "ES" "FR" "HR" "IT" "CY" "LV" "LT" "LU" "HU" "MT" "NL" "AT" "PL" "PT" "RO" "SI" "SK" "FI" "SE" "UK" ) | |
| #countries=( "IS" ) | |
| siec=( "C0000X0350-0370" "C0350-0370" "G3000" "P1000" "S2000" "W6100_6220" "TOTAL" ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 03/06/2021 15:50:0513:50:05,967 INFO [stdout] (http--0.0.0.0-8080-3) DEBUG JSFPhaseObserver - = [RESTORE_VIEW 1] STARTED =============================================== | |
| 03/06/2021 15:50:0513:50:05,980 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper] (http--0.0.0.0-8080-3) Using JSF provided instance, unable to find a BeanManaged instance for class org.primefaces.convert.DateTimeConverter | |
| 03/06/2021 15:50:0513:50:05,986 INFO [stdout] (http--0.0.0.0-8080-3) INFO JSFPhaseObserver - = [RESTORE_VIEW 1] COMPLETED ============================================= | |
| 03/06/2021 15:50:0513:50:05,987 INFO [stdout] (http--0.0.0.0-8080-3) DEBUG JSFPhaseObserver - = [APPLY_REQUEST_VALUES 2] STARTED =============================================== | |
| 03/06/2021 15:50:0613:50:06,002 INFO [stdout] (http--0.0.0.0-8080-3) INFO JSFPhaseObserver - = [APPLY_REQUEST_VALUES 2] COMPLETED ============================================= | |
| 03/06/2021 15:50:0613:50:06,003 INFO [stdout] (http--0.0.0.0-8080-3) DEBUG JSFPhaseObserver |