mirror of
https://github.com/filegator/filegator.git
synced 2025-08-30 03:19:53 +02:00
initial commit
This commit is contained in:
2
private/.gitignore
vendored
Executable file
2
private/.gitignore
vendored
Executable file
@@ -0,0 +1,2 @@
|
||||
/tmp
|
||||
/users.json
|
1
private/.htaccess
Executable file
1
private/.htaccess
Executable file
@@ -0,0 +1 @@
|
||||
deny from all
|
2
private/logs/.gitignore
vendored
Executable file
2
private/logs/.gitignore
vendored
Executable file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
private/sessions/.gitignore
vendored
Executable file
2
private/sessions/.gitignore
vendored
Executable file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
1
private/users.json.blank
Executable file
1
private/users.json.blank
Executable file
@@ -0,0 +1 @@
|
||||
{"1":{"username":"admin","name":"Admin","role":"admin","homedir":"\/","permissions":"read|write|upload|download|batchdownload|zip","password":"$2y$10$Nu35w4pteLfc7BDCIkDPkecjw8wsH8Y2GMfIewUbXLT7zzW6WOxwq"},"2":{"username":"guest","name":"Guest","role":"guest","homedir":"\/","permissions":"","password":""}}
|
Reference in New Issue
Block a user