Not-yet-federated open source social network inspired by VK.
Find a file
2020-08-17 14:04:54 +00:00
3rdparty/HTMLPurifier Initial commit 2020-06-07 19:04:43 +03:00
data Remove jokes from 'Finances' tab 2020-08-17 14:02:21 +00:00
Email Initial commit 2020-06-07 19:04:43 +03:00
install Add automated install script for FreeBSD 12 2020-08-04 13:02:43 +03:00
locales Remove jokes from 'Finances' tab 2020-08-17 14:02:21 +00:00
misc Initial commit 2020-06-07 19:04:43 +03:00
ServiceAPI Initial commit 2020-06-07 19:04:43 +03:00
storage Fix missing dirs 2020-06-07 21:36:55 +03:00
themepacks Add themepack support 2020-06-11 23:21:49 +03:00
tmp Fix missing dirs 2020-06-07 21:36:55 +03:00
VKAPI Fix syntax in VKAPI readme 2020-08-12 14:41:12 +03:00
Web Add yuni to QA team back 2020-08-17 14:03:28 +00:00
.gitignore Add themepack support 2020-06-11 23:21:49 +03:00
bootstrap.php Fix openvk::tr() 2020-08-04 14:28:02 +00:00
composer.json Add knowldgebase syntax parser package 2020-06-29 20:01:22 +00:00
composer.lock Bump emoji detector 2020-06-26 09:29:38 +00:00
COPYING Change license to less restrictive LGPLv2.1 2020-06-14 19:56:16 +03:00
INSTALL.txt Added a new item to the installation procedure 2020-08-03 11:01:37 +03:00
manifest.yml Initial commit 2020-06-07 19:04:43 +03:00
openvk-example.yml Add example config 2020-06-17 22:12:20 +03:00
README.textile Update bug-tracker address... again 2020-08-04 21:28:21 +07:00
Vagrantfile Add vagrant config 2020-08-04 13:02:56 +03:00

h1. OpenVK 2

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

h2. Instances

* *"openvk2.veselcraft.ru":https://openvk2.veselcraft.ru/*
* "openvk.dsrev.ru":https://openvk.dsrev.ru/

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 use this configuration on our "testing instance":https://openvk2.veselcraft.ru/ 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 install@ in OpenVK directory
# Move to Web/static/js and execute @yarn install@
# 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*: admin@localhost.localdomain6
* *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:
* "Bug-tracker":https://phabricator.dsrev.ru/project/view/1/
* "Ticketing system":https://openvk2.veselcraft.ru/support?act=new
* "Telegram chat":https://t.me/openvkchat

*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*:
* *Head of OpenVK Security Commitee*: stingray@jill.pl or "@id155":https://t.me/id155
* *Backend developer*: "@saddyteirusu":https://t.me/saddyteirusu

h2. Release. When.

February 2021?