mirror of
https://github.com/filegator/filegator.git
synced 2025-08-09 16:36:42 +02:00
docker demo example
This commit is contained in:
@@ -73,6 +73,13 @@ FileGator is a free, open-source project. It's an independent project with its o
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
## Demo with docker
|
||||||
|
```
|
||||||
|
docker build -t filegator https://raw.githubusercontent.com/filegator/filegator/master/Dockerfile
|
||||||
|
docker run -p 8000:80 -d filegator
|
||||||
|
visit: http://127.0.0.1:8000 login as admin/admin123
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Typical use cases
|
## Typical use cases
|
||||||
- share a folder with colleagues, your team, friends or family
|
- share a folder with colleagues, your team, friends or family
|
||||||
|
@@ -31,6 +31,13 @@ File upload supports drag&drop, progress bar, pause and resume. Upload is chunke
|
|||||||
- No database required
|
- No database required
|
||||||
- Framework free [™](https://www.youtube.com/watch?v=L5jI9I03q8E)
|
- Framework free [™](https://www.youtube.com/watch?v=L5jI9I03q8E)
|
||||||
|
|
||||||
|
## Demo with docker
|
||||||
|
```
|
||||||
|
docker build -t filegator https://raw.githubusercontent.com/filegator/filegator/master/Dockerfile
|
||||||
|
docker run -p 8000:80 -d filegator
|
||||||
|
visit: http://127.0.0.1:8000 login as admin/admin123
|
||||||
|
```
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
- Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/)
|
- Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/)
|
||||||
- File permission operations are not supported (chmod/chown)
|
- File permission operations are not supported (chmod/chown)
|
||||||
|
Reference in New Issue
Block a user