Sign inSign up

onlineer/minimalist-web-notepad

By onlineer

•Updated over 5 years ago

Image
3

50K+

onlineer/minimalist-web-notepad repository overview

⁠Minimalist Web Notepad

Build Status

This is an open source clone of notepad.cc, which is now defunct.

⁠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.

⁠Docker

Start the container:

docker run -itd --name minimalist-web-notepad -p 8080:80 onlineer/minimalist-web-notepad

Alternatively, docker-compose can also be used:

docker-compose up -d
⁠Environment variables

MWN_BASE_URL The base URL for redirection and assets. Defaults to ''.

MWN_SAVE_PATH The path to save the notes to. Relative paths are relative to index.php location.

MWN_ENCRYPTION Enable encryption when not empty.

MWN_CRYPTO_SALT Random static salt to use for encryption.

⁠Screenshots

Firefox

IE

Edge

Chrome Android

Firefox Android

Copyright 2012 Pere Orga [email protected]⁠

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0⁠

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Tag summary

Content type

Image

Digest

Size

140.2 MB

Last updated

over 5 years ago

docker pull onlineer/minimalist-web-notepad