All Projects → openvk → Openvk

openvk / Openvk

Licence: lgpl-2.1
Almost free as in freedom VK-styled social network.

Projects that are alternatives of or similar to Openvk

Awesome Twitter Data
A list of Twitter datasets and related resources.
Stars: ✭ 533 (+1874.07%)
Mutual labels:  social-network
Mastodon
Your self-hosted, globally interconnected microblogging community
Stars: ✭ 26,120 (+96640.74%)
Mutual labels:  social-network
Podship
Diaspora* like Social Network written in python.
Stars: ✭ 5 (-81.48%)
Mutual labels:  social-network
Social Share Button
Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban ...
Stars: ✭ 567 (+2000%)
Mutual labels:  social-network
Stories
Medium clone built with Ruby on Rails
Stars: ✭ 688 (+2448.15%)
Mutual labels:  social-network
Neurec
Next RecSys Library
Stars: ✭ 731 (+2607.41%)
Mutual labels:  social-network
Twtxt
📕 twtxt is a Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!
Stars: ✭ 486 (+1700%)
Mutual labels:  social-network
Im
Code for Influence Maximization Problem
Stars: ✭ 18 (-33.33%)
Mutual labels:  social-network
Maskbook
The portal to the new, open internet. ([I:b])
Stars: ✭ 691 (+2459.26%)
Mutual labels:  social-network
Social Network Harvester V1.0
Stars: ✭ 5 (-81.48%)
Mutual labels:  social-network
Holehe
holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.
Stars: ✭ 568 (+2003.7%)
Mutual labels:  social-network
Ph7 Social Dating Cms
😻 pH7Builder (formerly pH7CMS) 👫 is a Professional & Open Source Social Dating CMS written in OOP PHP with the MVC pattern. This Social Dating Script wants to be low resource-intensive, powerful and secure. pH7CMS is included with 40+ modules and based on pH7Framework. It is also the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for creating enterprise level Dating Apps/Service or Social Networking Sites
Stars: ✭ 664 (+2359.26%)
Mutual labels:  social-network
React Instagram Clone 2.0
A reactive Single-Page Instagram-Clone with some new features!! 💪📸👓
Stars: ✭ 756 (+2700%)
Mutual labels:  social-network
Annict
The platform for anime addicts built with Rails and Stimulus.js.
Stars: ✭ 542 (+1907.41%)
Mutual labels:  social-network
Opensourcewebsite Org
OpenSourceWebsite (OSW) - online community managed by users using electronic voting and modifying source code
Stars: ✭ 834 (+2988.89%)
Mutual labels:  social-network
Condenser
The greatest application front-end to the Steem Blockchain.
Stars: ✭ 516 (+1811.11%)
Mutual labels:  social-network
Opensource Socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
Stars: ✭ 710 (+2529.63%)
Mutual labels:  social-network
Ultimate Metatags
A large snippet for your page's <head> that includes all the meta tags you'll need for OPTIMAL sharing and SEO. Extensive work has been put into ensuring you have the optimal images for the most important social media platforms.
Stars: ✭ 24 (-11.11%)
Mutual labels:  social-network
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (+3214.81%)
Mutual labels:  social-network
Laravel Love
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
Stars: ✭ 822 (+2944.44%)
Mutual labels:  social-network

h1. OpenVK 2

OpenVK is an attempt to create a simple CMS that -cosplays- imitates old VK. Code provided here is not stable yet. VKontakte belongs to Pavel Durov and mail.ru. To be honest, we don't even know whether it even works. However, this version is maintained and we will be happy to accept your bugreports "in our bug-tracker":https://github.com/openvk/openvk/projects/1. You should also be able to submit them using "ticketing system":https://openvk.su/support?act=new (you will need an OVK account for this).

h2. Instances

h2. Can I create my own OpenVK instance?

Yes! And you're very welcome to. However, OVK makes use of Chandler Application Server. This software requires extensions, that may not be provided by your hosting provider (namely, sodium and yaml. this extensions are available on most of ISPManager hostings). Simply put, we would recommend you to use latest CentOS (running on your own VDS/Dedicated) with latest PHP from EPEL. We used to have this configuration on our "testing instance":https://openvk.su/ and thus will be able to provide quicker support for OVK running in this environment. If you want, you can add your instance to the list above so that people can register there.

h3. Installation procedure

Install Composer, Node.js, Yarn and "Chandler":https://github.com/openvk/chandler

Install "commitcaptcha":https://github.com/openvk/commitcaptcha and OpenVK as Chandler extensions and enable them like this:

@ln -s /path/to/chandler/extensions/available/commitcaptcha /path/to/chandler/extensions/enabled/@ @ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions/enabled/@

Import install/init-static-db.sql to same database you installed Chandler to

Import install/init-event-db.sql to separate database

Rename openvk-example.yml to openvk.yml and change options

Run @composer [email protected] in OpenVK directory

Move to Web/static/js and execute @yarn [email protected]

Set openvk as your root app in chandler.yml

Once you are done, you can login as a system administrator on the network itself (no registration required):

  • Login: [email protected]
  • Password: admin It is recommended to change the password before using the built-in account.

h3. Can I upgrade my OpenVK Classic installation?

Right now not. But we will add upgrading script soon.

h3. If my website uses OpenVK, should I publish it's soures?

You are encouraged to do so. We don't enforce this though. You can keep your sources to yourself (unless you distribute your OpenVK distro to other people). You also not required to publish source texts of your themepacks and plugins.

h2. Where can I get assistance?

You may reach out to us via:

Attention: bug tracker and telegram chat are public places. And ticketing system is being served by volounteers. If you need to report something, that shouldn't be immediately disclosed to general public (for instance, vulnerability report), please use contact us directly:

h2. Release. When.

February 2021?

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