Raneto Save

Markdown powered Knowledgebase Wiki for Node.js

Project README

Raneto Node.js CI

Raneto Logo

Raneto is a free, open, simple Markdown powered knowledge base for Node.js. Find out more →

Important Updates

  • Please ensure you're on Raneto v0.17.1 for the latest security fixes
  • Join the Roadmap Discussion

Demo and Documentation

Visit https://docs.raneto.com to see a demo.

Quickstart

Visit the Example Repo
See the installation guide for more information.

Docker / Containers

Official Raneto container images on Docker Hub

Run the default container, and access on localhost:3000
docker run --rm -it --publish 3000:3000 raneto/raneto:latest

Same as above, but provide your own content and configuration

docker run --rm -it --publish 3000:3000 \
  --volume \
  --volume \
  raneto/raneto:latest

Want to poke around the files in the container? Get a shell:
docker run --rm -it --publish 3000:3000 --volume raneto/raneto:latest /bin/sh

Security

Make sure you edit the default username and password in your config.js file.

##### WARNING #####
// You MUST change the username and password for security
// Do NOT use "admin" as a username as it's easily guessed.
// You are encouraged to use tools to generate a password
// Preferably, use a local password manager
// If you absolutely must use an online tool, here are some suggestions
// https://bitwarden.com/password-generator/
// https://www.grc.com/passwords.htm

Markdown Reference

If you want to embed links and images, you'll need to use the Markdown syntax.
See this Markdown Guide

Showcase

Are you using Raneto in the wild? We'd love to see it. Please add it to this list:

Credits

Open Source Agenda is not affiliated with "Raneto" Project. README Source: ryanlelek/Raneto
Stars
2,705
Open Issues
84
Last Commit
1 month ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating