Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed infos about how to access memory cache and php info pages #973

Merged
merged 3 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
if: always() && steps.lychee.outcome == 'success' && ! endsWith(github.ref, '/master')
# "429 Too Many Requests" on GitHub despite token
# Exclude URLs for newly added Markdown files as well as raw view and edit GitHub URLs for all existing Markdown files
# parallels.com: Cloudflare lets client enter redirect loop, if it does not send a cookie, set in response.
run: |
git fetch --depth=1 origin master
while read -r line; do exclude="$exclude|dietpi.com/${line%.md}/"; done << _EOF_
Expand All @@ -75,4 +76,4 @@ jobs:
while read -r line; do exclude="$exclude|github.com/MichaIng/DietPi-Docs/(raw|edit)/dev/$line"; done << _EOF_
$(find docs -type f -name '*.md')
_EOF_
./lychee -En --require-https --cache --exclude '^(http://wiringpi.com/$|https://(twitter.com/DietPi_$|www.linux-kvm.org/$|pydio.com/|www.spigotmc.org/|help.realvnc.com/|help.roonlabs.com/|blynk.io/|play.google.com/store/apps/details|www.kickstarter.com|theunarchiver.com/$'"$exclude"'))' -a 429 --github-token '${{ secrets.GITHUB_TOKEN }}' -b build README.md 'build/**/*.html'
./lychee -En --require-https --cache --exclude '^(http://wiringpi.com/$|https://(twitter.com/DietPi_$|www.linux-kvm.org/$|pydio.com/|www.spigotmc.org/|help.realvnc.com/|help.roonlabs.com/|blynk.io/|play.google.com/store/apps/details|www.kickstarter.com|theunarchiver.com/$|www.parallels.com/'"$exclude"'))' -a 429 --github-token '${{ secrets.GITHUB_TOKEN }}' -b build README.md 'build/**/*.html'
2 changes: 1 addition & 1 deletion docs/releases/v8_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **July 2nd, 2022** release of **DietPi v8.6** comes with a new image for **Q

### SBC/hardware support

- [**Quartz64 / SOQuartz**](../hardware.md#pine64) :octicons-arrow-right-16: Support and images for the PINE64 Quartz64 series ([Quartz64 Model A](https://www.pine64.org/quartz64a/), [Quartz64 Model B](https://www.pine64.org/quartz64b/) and the [SOQuartz compute module](https://wiki.pine64.org/wiki/SOQuartz)) have been added to DietPi, modern feature-rich SBCs based on the new Rockchip RK3566 SoC (4 x ARM Cortex A55 cores @ 1.8 GHz).
- [**Quartz64 / SOQuartz**](../hardware.md#pine64) :octicons-arrow-right-16: Support and images for the PINE64 Quartz64 series ([Quartz64 Model A](https://pine64.org/devices/quartz64_model_a/), [Quartz64 Model B](https://pine64.org/devices/quartz64_model_b/) and the [SOQuartz compute module](https://wiki.pine64.org/wiki/SOQuartz)) have been added to DietPi, modern feature-rich SBCs based on the new Rockchip RK3566 SoC (4 x ARM Cortex A55 cores @ 1.8 GHz).

### New software

Expand Down
4 changes: 2 additions & 2 deletions docs/software/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ Source code: <https://github.com/badaix/snapcast>
## Navidrome

An open source web-based music collection server and streamer, written in Go.
It is compatible with the [Subsonic media player](http://www.subsonic.org/pages/index.jsp).
It is compatible with the [Subsonic media player](https://www.subsonic.org/pages/index.jsp).

![Navidrome web interface screenshot](../assets/images/dietpi-software-media-navidrome.png){: width="400" height="202" loading="lazy"}

Expand Down Expand Up @@ -1854,7 +1854,7 @@ It is compatible with the [Subsonic media player](http://www.subsonic.org/pages/
Navidrome has a Subsonic-compatible server built in, so there should be plenty of clients for different platforms available. See:

- <https://www.navidrome.org/docs/overview/#apps>
- <http://www.subsonic.org/pages/apps.jsp>
- <https://www.subsonic.org/pages/apps.jsp>

***

Expand Down
2 changes: 1 addition & 1 deletion docs/software/remote_desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ RealVNC consists of the *VNC Server* and the *VNC Viewer* application to share t

=== "Setup the VNC Viewer"

Simply select a VNC viewer for your system and download: <https://www.realvnc.com/connect/download/viewer/>
Simply select a VNC viewer for your system and download: <https://www.realvnc.com/en/connect/download/viewer/>

#### Connection details

Expand Down
54 changes: 8 additions & 46 deletions docs/software/webserver_stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,6 @@ LAMP stack is a popular open source web platform commonly used to run dynamic we
- URL = `http://<your.IP>` or `http://<your.host.name>`
- Local directory = `/var/www`

**Access PHP info page:**

- URL = `http://<your.IP>/phpinfo.php`

**Access memory cache info:**

- APCu = `http://<your.IP>/apc.php`
- OPcache = `http://<your.IP>/opcache.php`

For database, check **[MariaDB](databases.md#mariadb)** details.

=== "Secured access - HTTPS/SSL"
Expand Down Expand Up @@ -195,6 +186,7 @@ LAMP stack is a popular open source web platform commonly used to run dynamic we
Access website:

- URL = `https://<your.IP>` or `https://<your.host.name>`
- Local directory = `/var/www`

***

Expand All @@ -211,11 +203,6 @@ LASP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
- URL = `http://<your.IP>` or `http://<your.host.name>`
- Local directory = `/var/www`

**Access memory cache info:**

- APCu = `http://<your.IP>/apc.php`
- OPcache = `http://<your.IP>/opcache.php`

=== "Secured access - HTTPS/SSL"

**Let's Encrypt** is highly recommended - [see here how to install](../dietpi_tools.md#dietpi-letsencrypt). This will automate the creation and setup of your free SSL cert.
Expand Down Expand Up @@ -267,6 +254,7 @@ LASP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
Access website:

- URL = `https://<your.IP>` or `https://<your.host.name>`
- Local directory = `/var/www`

***

Expand All @@ -281,15 +269,7 @@ LEMP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
**Access website:**

- URL = `http://<your.IP>` or `http://<your.host.name>`

**Access PHP info page:**

- URL = `http://<your.IP>/phpinfo.php`

**Access memory cache info:**

- APCu = `http://<your.IP>/apc.php`
- OPcache = `http://<your.IP>/opcache.php`
- Local directory = `/var/www`

For database, check **[MariaDB](databases.md#mariadb)** details.

Expand Down Expand Up @@ -344,6 +324,7 @@ LEMP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
Access website:

- URL = `https://<your.IP>` or `https://<your.host.name>`
- Local directory = `/var/www`

***

Expand All @@ -358,11 +339,7 @@ LESP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
**Access website:**

- URL = `http://<your.IP>` or `http://<your.host.name>`

**Access memory cache info:**

- APCu = `http://<your.IP>/apc.php`
- OPcache = `http://<your.IP>/opcache.php`
- Local directory = `/var/www`

=== "Secured access - HTTPS/SSL"

Expand All @@ -371,6 +348,7 @@ LESP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
Access website:

- URL = `https://<your.IP>` or `https://<your.host.name>`
- Local directory = `/var/www`

***

Expand All @@ -385,15 +363,6 @@ LLMP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
- URL = `http://<your.IP>` or `http://<your.host.name>`
- Local directory = `/var/www`

**Access PHP info page:**

- URL = `http://<your.IP>/phpinfo.php`

**Access memory cache info:**

- APCu = `http://<your.IP>/apc.php`
- OPcache = `http://<your.IP>/opcache.php`

For database, check **[MariaDB](databases.md#mariadb)** details.

=== "Secured access - HTTPS/SSL"
Expand All @@ -403,6 +372,7 @@ LLMP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
Access website:

- URL = `https://<your.IP>` or `https://<your.host.name>`
- Local directory = `/var/www`

***

Expand All @@ -417,15 +387,6 @@ LLSP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
- URL = `http://<your.IP>` or `http://<your.host.name>`
- Local directory = `/var/www`

**Access PHP info page:**

- URL = `http://<your.IP>/phpinfo.php`

**Access memory cache info:**

- APCu = `http://<your.IP>/apc.php`
- OPcache = `http://<your.IP>/opcache.php`

For database, check **[MariaDB](databases.md#mariadb)** details.

=== "Secured access - HTTPS/SSL"
Expand All @@ -435,6 +396,7 @@ LLSP is a variation of the popular open source [LAMP web stack](#lamp-web-stack)
Access website:

- URL = `https://<your.IP>` or `https://<your.host.name>`
- Local directory = `/var/www`

=== "Individual installation"

Expand Down