Not-yet-federated open source social network inspired by VK.
Find a file
Celestora 5b24aa9494 Fix typo in template name: _20_18_.xml
Signed-off-by: Celestora <kitsuruko@gmail.com>
2021-10-07 12:53:31 +03:00
data Add gifts 2021-10-07 11:48:55 +03:00
docs Documentation patch (#74) 2021-05-03 15:20:36 +03:00
Email Update hello.eml.latte 2021-09-19 09:47:29 +03:00
install Add mysql dump for gifts 2021-10-07 11:57:09 +03:00
locales@0c50ecdd77 Locales: Updating the submodule 2021-09-22 21:49:02 +07:00
misc Initial commit 2020-06-07 19:04:43 +03:00
ServiceAPI Add service api handler for Wall.getPost 2021-10-07 12:29:38 +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 Invite: normal implementation 2021-09-13 10:22:05 +07:00
Web Fix typo in template name: _20_18_.xml 2021-10-07 12:53:31 +03:00
.gitignore Add themepack support 2020-06-11 23:21:49 +03:00
.gitmodules Move locales from main repo to submodule 2021-09-20 16:55:44 +03:00
bootstrap.php Add gifts 2021-10-07 11:48:55 +03:00
composer.json Add SCSS support 2021-09-16 21:29:50 +03:00
composer.lock Add SCSS support 2021-09-16 21:29:50 +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
INSTALL.md Documentation patch (#74) 2021-05-03 15:20:36 +03:00
manifest.yml Initial commit 2020-06-07 19:04:43 +03:00
openvk-example.yml Add Plausible support 2021-09-20 15:59:55 +03:00
README.textile README: Changed the update command to the good one 2021-09-25 21:55:10 +07:00
Vagrantfile Add vagrant config 2020-08-04 13:02:56 +03:00

h1. <img align="right" src="https://github.com/openvk/openvk/raw/master/Web/static/img/logo.png" alt="openvk" title="openvk" width="15%">OpenVK

*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. 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 --recurse-submodules@

h2. Instances

* *"openvk.su":https://openvk.su/*

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 "main 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

"samukhin":https://github.com/samukhin is working on a Docker container that contains a microblog version of OpenVK, see "#76":https://github.com/openvk/openvk/pull/76 for details. (Experimental)

# Install PHP 7, web-server, Composer, Node.js, Yarn and "Chandler":https://github.com/openvk/chandler
PHP 8 has *not* yet been tested, so you should not expect it to work.
# Install "commitcaptcha":https://github.com/openvk/commitcaptcha and OpenVK as Chandler extensions like this:
@git clone --recursive https://github.com/openvk/openvk /path/to/chandler/extensions/available/openvk@
@git clone https://github.com/openvk/commitcaptcha /path/to/chandler/extensions/available/commitcaptcha@
# 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/@
# Import @install/init-static-db.sql@ to *same database* you installed Chandler to
# Import @install/init-event-db.sql@ to *separate database*
# Copy @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@

*Note*: If OVK submodules were not downloaded beforehand (i.e. @--recursive@ was not used during cloning), this command *must be* executed in the @openvk@ folder: @git submodule update --init@

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

h2. Where can I get assistance?

You may reach out to us via:
* "Bug-tracker":https://github.com/openvk/openvk/projects/1
* "Ticketing system":https://openvk.su/support?act=new
* Telegram chat: Go to "our channel":https://t.me/openvkch and open discussion in our channel menu.
* "Reddit":https://www.reddit.com/r/openvk/
* "Discussions":https://github.com/openvk/openvk/discussions

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