mirror of
https://github.com/filegator/filegator.git
synced 2025-08-05 21:47:52 +02:00
deploy: ebc76388ae
This commit is contained in:
@@ -156,8 +156,8 @@
|
||||
<li>or jane/jane as readonly + download user.</li>
|
||||
</ul>
|
||||
<p>Rut it with docker</p>
|
||||
<pre><code>docker run -p 8000:80 -d filegator/filegator
|
||||
visit: http://127.0.0.1:8000 login as admin/admin123</code></pre>
|
||||
<pre><code>docker run -p 8080:8080 -d filegator/filegator
|
||||
visit: http://127.0.0.1:8080 login as admin/admin123</code></pre>
|
||||
<h2 id="limitations">Limitations</h2>
|
||||
<ul>
|
||||
<li>Symlinks are not supported by the underlying <a href="https://flysystem.thephpleague.com/v1/docs/adapter/local/">Flysystem</a></li>
|
||||
|
@@ -126,8 +126,8 @@
|
||||
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
|
||||
<h2 id="docker">Docker</h2>
|
||||
<p>You can use the <a href="https://hub.docker.com/r/filegator/filegator">official docker image</a> based on <a href="https://github.com/filegator/filegator/blob/master/Dockerfile">this Dockerfile</a></p>
|
||||
<pre><code>docker run -p 8000:80 -d filegator/filegator
|
||||
visit: http://127.0.0.1:8000 login as admin/admin123</code></pre>
|
||||
<pre><code>docker run -p 8080:8080 -d filegator/filegator
|
||||
visit: http://127.0.0.1:8080 login as admin/admin123</code></pre>
|
||||
<h2 id="minimum-requirements">Minimum Requirements</h2>
|
||||
<ul>
|
||||
<li>PHP 7.2.5+ (with php-zip extension)</li>
|
||||
|
Reference in New Issue
Block a user