Not-yet-federated open source social network inspired by VK.
Find a file
2022-03-26 22:06:07 +01:00
.github Added a way to donate to the project 2022-01-07 15:44:32 +07:00
.idea Add phpStorm config 2022-03-20 21:54:09 +02:00
data Global: Replacing Textile with Markdown 2022-01-16 12:09:05 +03:00
Email [WIP Maybe] Email: Add verification mechanism 2022-01-31 14:45:53 +03:00
install Support: Allow agents to prevent users from creating tickets 2022-03-26 22:06:07 +01:00
locales Support: Allow agents to prevent users from creating tickets 2022-03-26 22:06:07 +01:00
misc Initial commit 2020-06-07 19:04:43 +03:00
ServiceAPI Notifications: WIP: Add ajax notifications :D 2021-10-15 23:05:27 +03:00
storage Fix missing dirs 2020-06-07 21:36:55 +03:00
themepacks OpenVK Modern: Support displaying instance name in header bar 2022-01-21 18:15:39 +02:00
tmp Fix missing dirs 2020-06-07 21:36:55 +03:00
VKAPI VKAPI: Fix wall performance issue 2022-03-26 19:53:39 +03:00
Web Support: Allow agents to prevent users from creating tickets 2022-03-26 22:06:07 +01:00
.gitignore Themepacks: Add additional theme "OpenVK Modern" by @rudzik8 2021-12-08 15:05:16 +02:00
bootstrap.php Global: Bump $ver to PTP3 2022-01-31 15:26:02 +03:00
composer.json Wall: Add RSS output 2022-02-05 17:50:24 +03:00
composer.lock Wall: Add RSS output 2022-02-05 17:50:24 +03:00
COPYING Change license to less restrictive LGPLv2.1 2020-06-14 19:56:16 +03:00
crowdin.yml Update Crowdin configuration file 2021-09-13 19:17:49 +03:00
docker-compose.yml Create docker-compose.yml 2021-05-16 01:22:28 +03:00
Dockerfile Update Dockerfile 2021-09-26 00:18:03 +03:00
manifest.yml Global: Get rid of OpenVK 2 branding (#105) 2021-10-31 18:29:52 +07:00
openvk-example.yml Themes: Autodetect Mobile and Desktop platforms 2022-01-16 23:15:33 +03:00
quirks.yml When you like a repost, put likes on the entire hierarchy of repost posts recursively (#287) 2021-11-13 22:28:17 +02:00
README.md README: New official mirror 2022-03-02 20:35:47 +07:00
README_RU.md README: New official mirror 2022-03-02 20:35:47 +07:00
Vagrantfile Add vagrant config 2020-08-04 13:02:56 +03:00

openvkOpenVK

Русский

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 VK Group.

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. You should also be able to submit them using ticketing system (you will need an OVK account for this).

When's the release?

Please use the master branch, as it has the most changes.

Updating the source code is done with this command: git pull

Instances

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

If you want, you can add your instance to the list above so that people can register there.

Installation procedure

  1. Install PHP 7.4, web-server, Composer, Node.js, Yarn and Chandler
  • PHP 8 has not yet been tested, so you should not expect it to work.
  1. Install commitcaptcha and OpenVK as Chandler extensions like this:
git clone https://github.com/openvk/openvk /path/to/chandler/extensions/available/openvk
git clone https://github.com/openvk/commitcaptcha /path/to/chandler/extensions/available/commitcaptcha
  1. And enable them:
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/
  1. Import install/init-static-db.sql to same database you installed Chandler to and import all sqls from install/sqls to same database
  2. Import install/init-event-db.sql to separate database
  3. Copy openvk-example.yml to openvk.yml and change options
  4. Run composer install in OpenVK directory
  5. Move to Web/static/js and execute yarn install
  6. 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.

Full example installation instruction for CentOS 8 is also available here.

If my website uses OpenVK, should I publish it's sources?

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.

Where can I get assistance?

You may reach out to us via:

Attention: bug tracker, telegram and matrix chat are public places. And ticketing system is being served by volunteers. If you need to report something, that shouldn't be immediately disclosed to general public (for instance, vulnerability report), please use contact us directly at this email: openvk [at] tutanota [dot] com

Get it on Codeberg