██▓▒­░⡷⠂𝚝𝚑𝚎 𝚘𝚌𝚝𝚝 𝚒𝚗𝚜𝚒𝚍𝚎 𝚞𝚛 𝚠𝚊𝚕𝚕𝚜⠐⢾░▒▓██ on 2024-07-19T23:16:19Z [JSON]

MemosViewer.php: quick server-side script to provide a no-JS view to Memos, and link previews.

Nginx config for making the PHP script work on the original memo share URLs:

server {
  # ... (normal configuration for Memos behind Nginx)
  location /m/ {
    # adjust host and IP by your own server
    proxy_pass http://127.0.0.1/MemosViewer.php?structure=original&uid=;
    proxy_set_header Host hlb0.octt.eu.org;
  }
}

Link previews as seen on Telegram: