From 82ee12788c8374b7eeea5f69b6cfe4b7edc88e2a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Mar 2022 11:03:11 +0100 Subject: [PATCH] Fix --- conf/app.src | 2 +- conf/config-sample.php | 4 ++-- conf/ldap.src | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 8d2504e..5533549 100644 --- a/conf/app.src +++ b/conf/app.src @@ -2,4 +2,4 @@ SOURCE_URL=https://github.com/YOURLS/YOURLS/archive/1.8.2.zip SOURCE_SUM=155e3e223b698bd3d0ab3f90d988b51c74f727fd46db144ca950a693d5dedba6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip -SOURCE_IN_SUBDIR=true +SOURCE_IN_SUBDIR=false diff --git a/conf/config-sample.php b/conf/config-sample.php index 80b99f3..ec52330 100644 --- a/conf/config-sample.php +++ b/conf/config-sample.php @@ -55,7 +55,7 @@ define( 'YOURLS_UNIQUE_URLS', true ); /** Private means the Admin area will be protected with login/pass as defined below. ** Set to false for public usage (eg on a restricted intranet or for test setups) ** Read http://yourls.org/privatepublic for more details if you're unsure */ -define( 'YOURLS_PRIVATE', true ); +define( 'YOURLS_PRIVATE', false ); /** A random secret hash used to encrypt cookies. You don't have to remember it, make it long and complicated ** Hint: copy from http://yourls.org/cookie */ @@ -65,7 +65,7 @@ define( 'YOURLS_COOKIEKEY', '__RANDOM__' ); ** YOURLS will auto encrypt plain text passwords in this file ** Read http://yourls.org/userpassword for more information */ $yourls_user_passwords = [ - '__ADMIN__' => '__PASSWORD__', + // '__ADMIN__' => '__PASSWORD__', // 'username2' => 'password2', // You can have one or more 'login'=>'password' lines ]; diff --git a/conf/ldap.src b/conf/ldap.src index 404b12d..d0a025e 100644 --- a/conf/ldap.src +++ b/conf/ldap.src @@ -2,4 +2,5 @@ SOURCE_URL=https://github.com/k3a/yourls-ldap-plugin/archive/d60ea0e6aa9fba0de6a SOURCE_SUM=b5f6dba209c6b5a587ee5ec3f92cb445a97efa9796e7ea4a4b5316818ad1962d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip -SOURCE_IN_SUBDIR=true +SOURCE_FILENAME=yourls-ldap-plugin +SOURCE_IN_SUBDIR=false