web-notepad是一个网页记事本网站,可以在github下载。以下是readme的部分内容。

# Minimalist Web Notepad
This is an open source clone of notepad.cc, which is now defunct.
See demo at https://notes.orga.cat or https://notes.orga.cat/whatever.

## Installation
At the top of `index.php` file, change `$base_url` variable to point to your
site.
Make sure the web server is allowed to write to the `_tmp` directory.

注意修改$base_url所对应的网址,例将https://notes.orga.cat 修改为 http://nbzch.synology.me:5080/web-notepad

发表评论