mirror of
https://github.com/filegator/filegator.git
synced 2025-08-01 04:30:32 +02:00
version bump, docs update
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Upcoming...
|
## Upcoming...
|
||||||
|
|
||||||
|
## 7.9.2 - 2023-01-25
|
||||||
|
* Docker update, port changed to 8080 (see #376)
|
||||||
|
|
||||||
## 7.9.1 - 2023-01-20
|
## 7.9.1 - 2023-01-20
|
||||||
* Lockout bugfix
|
* Lockout bugfix
|
||||||
|
|
||||||
|
@@ -83,8 +83,8 @@ This is read-only demo with guest account enabled
|
|||||||
|
|
||||||
Rut it with docker:
|
Rut it with docker:
|
||||||
```
|
```
|
||||||
docker run -p 8000:80 -d filegator/filegator
|
docker run -p 8080:8080 -d filegator/filegator
|
||||||
visit: http://127.0.0.1:8000 login as admin/admin123
|
visit: http://127.0.0.1:8080 login as admin/admin123
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
2
dist/index.php
vendored
2
dist/index.php
vendored
@@ -41,7 +41,7 @@ if (! defined('APP_PUBLIC_PATH')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
define('APP_PUBLIC_DIR', __DIR__);
|
define('APP_PUBLIC_DIR', __DIR__);
|
||||||
define('APP_VERSION', '7.9.1');
|
define('APP_VERSION', '7.9.2');
|
||||||
|
|
||||||
use Filegator\App;
|
use Filegator\App;
|
||||||
use Filegator\Config\Config;
|
use Filegator\Config\Config;
|
||||||
|
@@ -41,8 +41,8 @@ This is read-only demo with guest account enabled
|
|||||||
|
|
||||||
Rut it with docker
|
Rut it with docker
|
||||||
```
|
```
|
||||||
docker run -p 8000:80 -d filegator/filegator
|
docker run -p 8080:8080 -d filegator/filegator
|
||||||
visit: http://127.0.0.1:8000 login as admin/admin123
|
visit: http://127.0.0.1:8080 login as admin/admin123
|
||||||
```
|
```
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
@@ -5,8 +5,8 @@ currentMenu: install
|
|||||||
## Docker
|
## Docker
|
||||||
You can use the [official docker image](https://hub.docker.com/r/filegator/filegator) based on [this Dockerfile](https://github.com/filegator/filegator/blob/master/Dockerfile)
|
You can use the [official docker image](https://hub.docker.com/r/filegator/filegator) based on [this Dockerfile](https://github.com/filegator/filegator/blob/master/Dockerfile)
|
||||||
```
|
```
|
||||||
docker run -p 8000:80 -d filegator/filegator
|
docker run -p 8080:8080 -d filegator/filegator
|
||||||
visit: http://127.0.0.1:8000 login as admin/admin123
|
visit: http://127.0.0.1:8080 login as admin/admin123
|
||||||
```
|
```
|
||||||
|
|
||||||
## Minimum Requirements
|
## Minimum Requirements
|
||||||
|
Reference in New Issue
Block a user