This is a repo to re-build and cross-buildhttps://github.com/Requarks/wikifor my own use. Please use the official binary/packages. containerwikijsgithub-actions UpdatedFeb 3, 2025 Dockerfile cyan-2048/fix4wiki Star1 Code Issues Pull requests ...
4.5.1、在github中配置 4.5.2、在wikijs中配置 4.5.3、效果图 5、参考 1、介绍 wikijs是一款知识共享wiki,优点是有权限管理系统、支持多人协作共同维护、支持markdown格式、支持评论、风格简洁等等。适合作为个人博客,或者小团队的文档知识库。 效果图: 23.png 2、部署流程 2.1、安装docker、docker-compose 基于...
services:db:image:postgres:15-alpineenvironment:POSTGRES_DB:wikiPOSTGRES_PASSWORD:wikijsrocksPOSTGRES_USER:wikijslogging:driver:"none"restart:unless-stoppedvolumes:-db-data:/var/lib/postgresql/datawiki:image:ghcr.io/requarks/wiki:2depends_on:-dbenvironment:DB_TYPE:postgresDB_HOST:dbDB_PORT:5432DB_U...
官方网站:https://js.wiki官方Github:https://github.com/requarks/wiki 2. Wiki.js 简介 The most powerful and extensible open source Wiki software Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! 最强大、最可扩展的开源 Wiki 软件 使用Wiki.js美观直观的界面编写文...
We are looking for translators to make Wiki.js available in multiple languages. If your language is not listed below and would like to contribute to this project, contact us on ourgitter channeland we'll provide you with the necessary tool to add translations, no coding required!
GitHub Sponsors Support this project by becoming a sponsor. Your name will show up in the Contribute page of all Wiki.js installations as well as here with a link to your website! [Become a sponsor] Akira Suenami (@a-suenami) Armin...
1、下载wikijs wget https://github.com/Requarks/wiki/releases/latest/download/wiki-js.tar.gz 2、创建解压压缩包 mkdir wiki tar xzf wiki-js.tar.gz -C ./wiki cd ./wiki 3、重命名config文件 mv config.sample.yml config.yml Ubuntu20.04安装PostgreSQL数据库 ...
install wgetapt-get install makeapt-get install gitapt-get install bzip2apt install postgresql-server-dev-13cd /tmp/wget http://www.xunsearch.com/scws/down/scws-1.2.2.tar.bz2tar -jxvf scws-1.2.2.tar.bz2 cd scws-1.2.2./configure makemake installcd ..git clone https://github.com/...
一、Wiki.js安装前准备 网站: 官网:https://js.wiki Docker:https://hub.docker.com/r/requarks/wiki Github:https://github.com/requarks/wiki 文档:https://docs.requarks.io/install/docker 1.1 主机配置 Wiki.js对于主机的配置要求不高,一般地1GB内存的VPS就可以了。Wiki.js不能安装在虚拟主机上,你需要...
地址:https://github.com/requarks/wiki 它是一款轻量级、功能强大的 wiki 开源项目,拥有评论、Markdown 编辑器、图片上传、标签、全局搜索、协同编辑、编辑历史、用户管理、谷歌分析等功能,而且支持高度自定义。 用到的技术栈也不同于老旧的 wiki 系统,它采用了Node.js、PostgreSQL、Vue.js、Docker等技术。基于 Doc...