All Projects → badcodeltd → safecms

badcodeltd / safecms

Licence: MIT license
A powerful content management system built on top of the SAFE Network

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to safecms

Tinylist
Tiny version of gfwlist, focusing on common websites ONLY
Stars: ✭ 139 (+892.86%)
Mutual labels:  censorship-circumvention
Trojan
An unidentifiable mechanism that helps you bypass GFW.
Stars: ✭ 15,248 (+108814.29%)
Mutual labels:  censorship-circumvention
ModernSecurityProtectionGuide
Modern Security Protection Guide
Stars: ✭ 72 (+414.29%)
Mutual labels:  censorship-circumvention
Powertunnel
Simple, scalable, cross-platform and effective solution against government censorship
Stars: ✭ 157 (+1021.43%)
Mutual labels:  censorship-circumvention
Rethink App
DNS over HTTPS / DNS over Tor / DNSCrypt client, firewall, and connection tracker for Android.
Stars: ✭ 188 (+1242.86%)
Mutual labels:  censorship-circumvention
Kytan
kytan: High Performance Peer-to-Peer VPN in Rust
Stars: ✭ 242 (+1628.57%)
Mutual labels:  censorship-circumvention
Hysteria
Hysteria is a set of relay & proxy utilities that are specifically optimized for harsh network environments
Stars: ✭ 121 (+764.29%)
Mutual labels:  censorship-circumvention
shapeshifter-transports
Shapeshifter Transports is a set of Pluggable Transports implementing the Go API from the Pluggable Transports 2.0 specification
Stars: ✭ 31 (+121.43%)
Mutual labels:  censorship-circumvention
Qaul.net
Internet independent, decentralised ad-hoc wireless communication application (ONLY A MIRROR FOR https://git.open-communication.net/qaul/qaul.net )
Stars: ✭ 195 (+1292.86%)
Mutual labels:  censorship-circumvention
Qv2ray
A cross platform connection manager for V2Ray and other backends.
Stars: ✭ 679 (+4750%)
Mutual labels:  censorship-circumvention
Powertunnel Android
Simple, scalable, cross-platform and effective solution against government censorship for Android
Stars: ✭ 157 (+1021.43%)
Mutual labels:  censorship-circumvention
Awesome Vpn
Free VPN/proxy,server,account,link list.,实时更新免费的代理,科学上网,翻墙,梯子,服务器,客户端,账号
Stars: ✭ 2,691 (+19121.43%)
Mutual labels:  censorship-circumvention
Download
Lantern官方版本下载 蓝灯 翻墙 代理 科学上网 外网 加速器 梯子 路由 proxy vpn circumvention gfw
Stars: ✭ 15,655 (+111721.43%)
Mutual labels:  censorship-circumvention
Snowflake
WebRTC Pluggable Transport
Stars: ✭ 141 (+907.14%)
Mutual labels:  censorship-circumvention
harddns
RFC8484 and DoH/JSON resolver
Stars: ✭ 35 (+150%)
Mutual labels:  censorship-circumvention
Shadowsocks Cloak Installer
A one-key script to setup Cloak plugin with Shadowsocks on your server
Stars: ✭ 138 (+885.71%)
Mutual labels:  censorship-circumvention
Mtproto proxy
High performance Erlang MTProto proxy that powers https://t.me/socksy_bot
Stars: ✭ 237 (+1592.86%)
Mutual labels:  censorship-circumvention
copilot
An easy to use censorship simulating access point in a box
Stars: ✭ 26 (+85.71%)
Mutual labels:  censorship-circumvention
russian-blackout
The RKN caused problems all over Russian Internet. This is list of services which suffered from RKN blockings activity.
Stars: ✭ 18 (+28.57%)
Mutual labels:  censorship-circumvention
app
Access Freenet from the palm of your hand
Stars: ✭ 105 (+650%)
Mutual labels:  censorship-circumvention

Safe CMS

Safe CMS is a content management system for the SAFE Network

Features include (but are not limited to) the creation of:

  • PublicNames (domains) and services (subdomains)
  • Blog posts
  • Custom blog templates
  • Uploading of arbitrary files

Supporting the project

By default, the template Whisper comes with a "Built with SafeCMS" advert button pointing to the [safe://blog.safecms](Safe CMS blog page) at the bottom of each page. This advert is designed to inform people about the Safe CMS project but is optional.

Removing the advert can be done by disabling the feature on the settings page of the application or removing the HTML from the Whisper template. After this, your template must be re-published to all effected services.

Installation

Download the latest release here: https://github.com/badcodeltd/safecms/releases

  • Windows: Run safe-cms.exe within the unzipped directory
  • Linux: Run chmod a+x safe-cms within the unzipped directory to allow it to be executed, then run ./safe-cms to start the application
  • Mac: A build of the Mac application will be included with the 1.0.0 release and these instructions will be updated

Running locally

After cloning the repository and running npm install, the following commands will become available:

  • npm run start - Run a local version of the SAFE CMS
  • npm package - Build an installable version of the app for the current operating system / architecture

Developing for / building the application from scratch requires Python (2), NPM 5 and Node 8+. Building the SAFE toolset (for example, mock routing) requires Cargo, more information can be found here: https://github.com/maidsafe/safe_app_nodejs

Contributing

The source code included is licensed using the MIT license (check the LICENSE file for more information). All contributions will also be bound by that same license unless explicitly stated by the copyright holder.

To contribute code, simple create a pull-request aimed at the master branch of this repository.

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