文件名称:cowyo:面向极简主义者的功能丰富的Wiki Web服务器
文件大小:966KB
文件格式:ZIP
更新时间:2024-02-26 08:43:29
encryption server wiki pastebin minimalist
面向极简主义者的功能丰富的Wiki cowyo是一个自包含的Wiki服务器,可以使记笔记变得更加轻松快捷。 这里最重要的功能是简单性。 其他功能包括版本控制,页面锁定,自毁消息,加密和列表化。 您可以也可以将其安装在Go中。 在尝试一下。 现在可以与Cowyo交互并仅使用以下代码短语在计算机之间传输信息: 。 入门 安装 如果你走了 go get -u github.com/schollz/cowyo/... 或只是。 跑 要运行,只需双击或从命令行: cowyo 它将启动服务器侦听0.0.0.0:8050 。 要查看它,只需转到 (如果要进行LAN网络连接,服务器将打印出您的信息的本
【文件预览】:
cowyo-master
----go.mod(2KB)
----main.go(5KB)
----.gitattributes(27B)
----.github()
--------FUNDING.yml(63B)
----go.sum(11KB)
----Dockerfile(365B)
----.travis.yml(131B)
----config()
--------defaults.go(2KB)
--------http.go(3KB)
--------config.go(1KB)
----LICENSE(1KB)
----README.md(5KB)
----Makefile(1KB)
----multisite_sample.toml(992B)
----encrypt()
--------encrypt.go(648B)
--------encrypt_test.go(454B)
----docker-compose.yml(108B)
----templates()
--------index.tmpl(13KB)
----.gitignore(286B)
----server()
--------utils.go(5KB)
--------listify.go(2KB)
--------debug.go(142B)
--------page.go(5KB)
--------handlers.go(23KB)
--------migrate.go(709B)
--------page_test.go(2KB)
--------bindata-debug.go(38KB)
--------bindata.go(1.5MB)
--------utils_test.go(679B)
----cmd()
--------tomlo()
--------herdyo()
----static()
--------text()
--------img()
--------js()
--------css()