Thanks to visit codestin.com
Credit goes to github.com

Skip to content

itsyuni/openvk

 
 

Repository files navigation

OpenVK [inactive]

Statement: Our members have lost enthusiasm and interest in developing OpenVK, so a decision has been made to freeze our project. Main website and source code will still be available. If you are ready to handle both chandler and OVK, we can accept you as a project maintainer (contact @saddyteirusu or @dsrev directly on Telegram).

OpenVK is (was?) 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. 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.

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

Installation procedure

samukhin is working on a Docker container that contains a microblog version of OpenVK, see #76 for details. (Experimental)

  1. Install Composer, Node.js, Yarn and Chandler
  2. Install 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/
  3. Import install/init-static-db.sql to same database you installed Chandler to
  4. Import install/init-event-db.sql to separate database
  5. Rename openvk-example.yml to openvk.yml and change options
  6. Run composer install in OpenVK directory
  7. Move to Web/static/js and execute yarn install
  8. 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.

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 and telegram 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:

About

Almost free as in freedom VK-styled social network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.9%
  • CSS 7.7%
  • Latte 4.4%
  • Dockerfile 3.7%
  • JavaScript 2.1%
  • Shell 1.6%
  • HTML 0.6%