Skip to content

Instantly share code, notes, and snippets.

@psycho0verload
psycho0verload / Auto-generate Subpage Tree for Wiki.js 2.x.md
Last active April 13, 2025 12:28
This script dynamically loads and displays a hierarchical list of subpages for the current page in Wiki.js (version 2.x). It utilizes the built-in GraphQL API to fetch child pages and builds a nested tree view up to a specified depth.

📄 Auto-generate Subpage Tree for Wiki.js 2.x

Description:

This script dynamically loads and displays a hierarchical list of subpages for the current page in Wiki.js (version 2.x). It utilizes the built-in GraphQL API to fetch child pages and builds a nested tree view up to a specified depth.

The script is especially useful for wikis with structured page hierarchies and helps users navigate subpages more easily.

Usage:

The script can be included in two ways:

  1. Globally by the administrator
@psycho0verload
psycho0verload / multiple_ssh_setting.md
Last active May 22, 2022 21:01
Multiple SSH keys for different github accounts on macOS 12 Monterey | Mehrere SSH-Schlüssel für verschiedene Github-Konten unter macOS 12 Monterey

Keybase proof

I hereby claim:

  • I am psycho0verload on github.
  • I am psycho0verload (https://keybase.io/psycho0verload) on keybase.
  • I have a public key ASAfKaOImivYmeeSajwG6_hIxZCJCiJZFKanr97ozyqwVgo

To claim this, I am signing this object:

@psycho0verload
psycho0verload / set_rights.sh
Last active May 19, 2020 12:51
Datei- und Ordnerrechte für eine frische TYPO3 10.x Installation.
# Folgende Konfigurationen im Install-Tool setzten.
# SYS/folderCreateMask -> 2770
# SYS/fileCreateMask -> 0660
sudo chmod 2770 \
htdocs/ \
htdocs/typo3temp \
htdocs/typo3temp/assets \
htdocs/typo3temp/assets/compressed \
htdocs/typo3temp/assets/css \