All Projects → olavgg → moinmoin-wiki

olavgg / moinmoin-wiki

Licence: MIT license
Docker image based on Debian with the Moinmoin wiki engine, uwsgi, nginx and self signed SSL.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to moinmoin-wiki

Autoops
linux资产管理,cmdb,django, webssh,运维管理平台,数据库操作平台 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 340 (+930.3%)
Mutual labels:  uwsgi
Pyblog
Pyblog 是一个简单易用的在线 Markdown 博客系统,它使用 Python 的 flask 架构,理论上支持所有 flask-sqlalchemy 所能支持的数据库。 编辑器使用的是 editor.md。当前版本(v2.0)支持且仅支持 python3! Python 的 Markdown to HTML 编译器使用的是 Mistune! Just so!
Stars: ✭ 113 (+242.42%)
Mutual labels:  uwsgi
webtodotxt
Web-based GUI to manage a Todo.txt file
Stars: ✭ 30 (-9.09%)
Mutual labels:  uwsgi
Opman Django
💯✅自动化运维平台:CMDB、CI/CD、DevOps、资产管理、任务编排、持续交付、系统监控、运维管理、配置管理
Stars: ✭ 539 (+1533.33%)
Mutual labels:  uwsgi
Flask Restful Authentication
An example for RESTful authentication using nginx, uWSGI, Flask, MongoDB and JSON Web Token(JWT).
Stars: ✭ 63 (+90.91%)
Mutual labels:  uwsgi
Crawlerhot
今日热榜 抓取网站热榜信息,并且前端进行展示
Stars: ✭ 158 (+378.79%)
Mutual labels:  uwsgi
Pyflame
🔥 Pyflame: A Ptracing Profiler For Python. This project is deprecated and not maintained.
Stars: ✭ 2,930 (+8778.79%)
Mutual labels:  uwsgi
s3-monitoring
No description or website provided.
Stars: ✭ 14 (-57.58%)
Mutual labels:  uwsgi
Shorty
🔗 A URL shortening service built using Flask and MySQL
Stars: ✭ 78 (+136.36%)
Mutual labels:  uwsgi
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+7800%)
Mutual labels:  uwsgi
Cutelyst
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Stars: ✭ 671 (+1933.33%)
Mutual labels:  uwsgi
Uwsgi cli
easy uwsgi cli tools !!!
Stars: ✭ 48 (+45.45%)
Mutual labels:  uwsgi
Docker Django
A project to get you started with Docker and Django.
Stars: ✭ 170 (+415.15%)
Mutual labels:  uwsgi
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (+1312.12%)
Mutual labels:  uwsgi
keras-rest-API
A scalable Flask API to interact with a pre-trained Keras model.
Stars: ✭ 14 (-57.58%)
Mutual labels:  uwsgi
Docker Django Nginx Uwsgi Postgres Tutorial
Docker + Django + Nginx + uWSGI + Postgres 基本教學 - 從無到有 ( Docker + Django + Nginx + uWSGI + Postgres Tutorial )
Stars: ✭ 334 (+912.12%)
Mutual labels:  uwsgi
Django Init
Project template used at Fueled for scaffolding new Django based projects. 💫
Stars: ✭ 126 (+281.82%)
Mutual labels:  uwsgi
docker-django-nginx-uwsgi-postgres-load-balance-tutorial
實戰 Docker + Django + Nginx + uWSGI + Postgres - Load Balance -Tutorial 📝
Stars: ✭ 102 (+209.09%)
Mutual labels:  uwsgi
uwsgiconf
Configure uWSGI from your Python code
Stars: ✭ 75 (+127.27%)
Mutual labels:  uwsgi
Uwsgi Sloth
Realtime uwsgi log file analyzer, slow requests analyzer.
Stars: ✭ 203 (+515.15%)
Mutual labels:  uwsgi

moinmoin-wiki

=============

Docker image with the Moinmoin wiki engine, uwsgi, nginx and self signed SSL. Everything included with minimum fuzz and just works.

You can automatically download and run this with the following command

sudo docker run -d -p 443:443 -p 80:80 --name my_wiki olavgg/moinmoin-wiki

Default superuser is mmAdmin, you activate him by creating a new user named mmAdmin and set your prefered password.

Volumes are also supported if you want to simplify backup with rsync or ZFS snapshots

sudo docker run -d -p 443:443 -p 80:80 -v /opt/moinmoin-data:/usr/local/share/moin/data --name my_wiki olavgg/moinmoin-wiki

NOTE

Since MoinMoin version 1.9.10 the default security settings became more strict. This Docker release has a much more relaxed security defaults. Please read the changes

MoinMoin configuration

MoinMoin has many different configuration options, you can configure this by forking this project, edit the wikiconfig.py file and rebuild the docker image.

Disable HTTPS / SSL

If you do not need HTTPS you can disable it by passing the -e NOSSL environment variable

sudo docker run -d -p 80:80 -e NOSSL=1 --name my_wiki olavgg/moinmoin-wiki

Pull requests are very welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].