1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00
This commit is contained in:
ericgaspar 2022-03-01 11:03:11 +01:00
parent 21afe30dc0
commit 82ee12788c
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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
];

View file

@ -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