Skip to content

Commit

Permalink
Deploying to gh-pages from @ 93c4954 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jan 14, 2024
1 parent aa0b36c commit 826dee0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h4 id="directory-permissions"><a class="toclink" href="#directory-permissions">
For example, Apache executes the PHP interpreter as part of its own process if the extension <code>mod_php</code> is used.
In case PHP FPM is used, for most distributions PHP FPM or CGI ships with a sensible default configuration which ensures that the PHP user is the same as the Web user.
In both cases the PHP user is not of concern.
However, we are at least aware of one exception to this rule for Nginx on Fedora, see <a href="https://lycheeorg.github.io/docs/faq.html#i-know-my-file-permissions-for-storage-bootstrapcache-publicuploads-and-publicdist-are-correct-and-accessible-by-my-web-server-user-but-im-still-getting-a-php-error-when-writing-to-any-of-these-directories">FAQ</a></li>
However, we are at least aware of one exception to this rule for Nginx on Fedora, see <a href="https://lycheeorg.github.io/docs/faq_troubleshooting.html#i-know-my-file-permissions-for-storage-bootstrapcache-publicuploads-and-publicdist-are-correct-and-accessible-by-my-web-server-user-but-im-still-getting-a-php-error-when-writing-to-any-of-these-directories">FAQ</a></li>
<li>The user which you use for shell logins and to run scripts; called the <strong>CLI user</strong> in the following.
This user may be of particular concern, if you are planning to upload photos via the web interface <em>and</em> import photos via the shell scripts.</li>
</ul>
Expand Down Expand Up @@ -272,7 +272,7 @@ <h3 id="apache"><a class="toclink" href="#apache">Apache</a></h3>
</code></pre>
<h3 id="nginx"><a class="toclink" href="#nginx">nginx</a></h3>
<p>This is a sample nginx server block. It does not include TLS, but covers the Lychee-specific requirements.
If you would like to serve from a subdirectory, take a look at <a href="https://lycheeorg.github.io/docs/faq.html#can-i-host-lychee-with-a-subpath-with-nginx-like-httpsexampledevlychee">the FAQ</a>.</p>
If you would like to serve from a subdirectory, take a look at <a href="https://lycheeorg.github.io/docs/faq_installation.html#can-i-host-lychee-with-a-subpath-with-nginx-like-httpsexampledevlychee">the FAQ</a>.</p>
<pre><code class="language-nginx">server {
listen 80;
server_name &lt;mydomain&gt;.&lt;tld&gt;;
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h4 id="directory-permissions"><a class="toclink" href="#directory-permissions">
For example, Apache executes the PHP interpreter as part of its own process if the extension <code>mod_php</code> is used.
In case PHP FPM is used, for most distributions PHP FPM or CGI ships with a sensible default configuration which ensures that the PHP user is the same as the Web user.
In both cases the PHP user is not of concern.
However, we are at least aware of one exception to this rule for Nginx on Fedora, see <a href="https://lycheeorg.github.io/docs/faq.html#i-know-my-file-permissions-for-storage-bootstrapcache-publicuploads-and-publicdist-are-correct-and-accessible-by-my-web-server-user-but-im-still-getting-a-php-error-when-writing-to-any-of-these-directories">FAQ</a></li>
However, we are at least aware of one exception to this rule for Nginx on Fedora, see <a href="https://lycheeorg.github.io/docs/faq_troubleshooting.html#i-know-my-file-permissions-for-storage-bootstrapcache-publicuploads-and-publicdist-are-correct-and-accessible-by-my-web-server-user-but-im-still-getting-a-php-error-when-writing-to-any-of-these-directories">FAQ</a></li>
<li>The user which you use for shell logins and to run scripts; called the <strong>CLI user</strong> in the following.
This user may be of particular concern, if you are planning to upload photos via the web interface <em>and</em> import photos via the shell scripts.</li>
</ul>
Expand Down Expand Up @@ -272,7 +272,7 @@ <h3 id="apache"><a class="toclink" href="#apache">Apache</a></h3>
</code></pre>
<h3 id="nginx"><a class="toclink" href="#nginx">nginx</a></h3>
<p>This is a sample nginx server block. It does not include TLS, but covers the Lychee-specific requirements.
If you would like to serve from a subdirectory, take a look at <a href="https://lycheeorg.github.io/docs/faq.html#can-i-host-lychee-with-a-subpath-with-nginx-like-httpsexampledevlychee">the FAQ</a>.</p>
If you would like to serve from a subdirectory, take a look at <a href="https://lycheeorg.github.io/docs/faq_installation.html#can-i-host-lychee-with-a-subpath-with-nginx-like-httpsexampledevlychee">the FAQ</a>.</p>
<pre><code class="language-nginx">server {
listen 80;
server_name &lt;mydomain&gt;.&lt;tld&gt;;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://LycheeOrg.github.io/",
"image": "https://LycheeOrg.github.io/assets/images/og.jpg",
"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
"softwareVersion": "5.0.2",
"softwareVersion": "5.0.3",
"applicationCategory": "Photo Management",
"sameAs": [
"https://twitter.com/getlychee"
Expand All @@ -61,7 +61,7 @@
<div class="header__column">
<div class="align align--left">
<p class="header__headline">
<a href=".">Lychee <span>5.0.2</span></a>
<a href=".">Lychee <span>5.0.3</span></a>
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions support.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://LycheeOrg.github.io/",
"image": "https://LycheeOrg.github.io/assets/images/og.jpg",
"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
"softwareVersion": "5.0.2",
"softwareVersion": "5.0.3",
"applicationCategory": "Photo Management",
"sameAs": [
"https://twitter.com/getlychee"
Expand All @@ -61,7 +61,7 @@
<div class="header__column">
<div class="align align--left">
<p class="header__headline">
<a href=".">Lychee <span>5.0.2</span></a>
<a href=".">Lychee <span>5.0.3</span></a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lychee": {
"version": 50002
"version": 50003
}
}

0 comments on commit 826dee0

Please sign in to comment.