Not-yet-federated open source social network inspired by VK.
Find a file
celestora b21a428a2c
Create rules.ua.md
Co-authored-by: Vilowski <64493963+Vilowski@users.noreply.github.com>
2022-07-29 10:53:34 +03:00
.github Added a way to donate to the project 2022-01-07 15:44:32 +07:00
.idea Add User::getMorphedName 2022-04-12 20:10:35 +03:00
CLI Coin: Add ability to see how much voices you reveiced trough notifications 2022-06-02 14:07:31 +03:00
data Create rules.ua.md 2022-07-29 10:53:34 +03:00
Email Users: Add ability to change email address in settings 2022-05-06 16:17:08 +02:00
install SQL: New rating column for profiles 2022-07-22 15:34:39 +07:00
locales Update am.strings 2022-07-11 21:04:48 +04: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: fix left page block, popup dialogue and checkboxes (#610) 2022-06-28 14:38:54 +03:00
tmp/api-storage Add photos.save, photos.saveWallPhoto, photos.saveOwnerPhoto, photos.getUploadServer 2022-03-29 20:43:34 +03:00
VKAPI VKAPI: Add support to start_from parameter 2022-07-25 13:37:21 +03:00
Web VKAPI: Add new methods for Wall - getComments, getComment, createComment, deleteComment 2022-07-23 15:50:00 +03:00
.gitignore Add photos.save, photos.saveWallPhoto, photos.saveOwnerPhoto, photos.getUploadServer 2022-03-29 20:43:34 +03:00
bootstrap.php Global: Bump $ver to PTP4 2022-06-26 19:51:38 +03:00
CODE_OF_CONFLICT.md Rename CoC and CS files 2022-05-23 16:25:27 +03:00
CODE_STYLE.md Rename CoC and CS files 2022-05-23 16:25:27 +03:00
composer.json Update dependencies 2022-06-14 06:08:15 +03:00
composer.lock Update dependencies 2022-06-14 06:08:15 +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 Coin: Add dialog with QR-code and requisites + tweak config 2022-05-07 15:42:25 +03:00
openvkctl Coin: A very early implementation of Toncoin fetching 2022-05-07 02:33:22 +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 unofficial instance 2022-04-21 23:58:19 +07:00
README_RU.md README: New unofficial instance 2022-04-21 23:58:19 +07:00
Vagrantfile Update vagrantfile (i'm still not sure it works) 2022-04-10 18:15:19 +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 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?

We will release OpenVK as soon as it's ready. As for now you can:

  • git clone this repo's master branch (use git pull to update)
  • Grab a prebuilt OpenVK distro from GitHub artifacts

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. these 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. (edit: it does not work).
  1. Install MySQL-compatible database.
  • We recommend using Percona Server, but any MySQL-compatible server should work
  • Server should be compatible with at least MySQL 5.6, MySQL 8.0+ recommended.
  • Support for MySQL 4.1+ is WIP, replace utf8mb4 and utf8mb4_unicode_520_ci with utf8 and utf8_unicode_ci in SQLs.
  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 the same database you installed Chandler to and import all sqls from install/sqls to the same database
  2. Import install/init-event-db.sql to a separate database (Yandex.Clickhouse can also be used, highly recommended)
  3. Copy openvk-example.yml to openvk.yml and change options to your liking
  4. Run composer install in OpenVK directory
  5. Run composer install in commitcaptcha directory
  6. Move to Web/static/js and execute yarn install
  7. 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 of the built-in account or disable it.

💡Confused? Full installation walkthrough is available here (CentOS 8 and family).

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

It depends. You can keep the sources to yourself if you do not plan to distribute your website binaries. If your website software must be distributed, it can stay non-OSS provided the OpenVK is not used as a primary application and is not modified. If you modified OpenVK for your needs or your work is based on it and you're planning to redistribute this, then you should license it under terms of any LGPL-compatible license (like OSL, GPL, LGPL etc).

Where can I get assistance?

You may reach out to us via:

Attention: bug tracker, board, 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