Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
Go to file
Azareal 1d85224dbc Static images now work again after they were accidentally broken when I added Gzip Compression.
Fixed a topic desync and eliminates a number of possible race conditions in the caches.
Optimised global.js by swapping out some of the unnecessary jQuery with native javascript code.
Updated jQuery to version 3.1.11
Fixed the CSS on the areyousure and error templates.
2017-02-16 06:47:55 +00:00
experimental Added a custom router which is twice as fast as the old one. 2017-01-03 07:47:31 +00:00
extend Added the plugin system. 2016-12-11 16:06:17 +00:00
images Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
install Added the topic and user memory caches. Currently used in an extremely limited way, we plan to expand this! 2017-02-11 14:51:16 +00:00
old-images Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
pages Added the ability to compile templates down to Pure Go code. 2016-12-16 10:37:42 +00:00
public Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
templates Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
themes Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
uploads Added the profile system. 2016-12-07 09:34:09 +00:00
.gitignore Added basic pagination for topics. 2017-01-21 18:16:27 +00:00
LICENSE Adding the files. 2016-12-02 07:38:54 +00:00
README.md Relative times are now shown for all the topics on /topics/ and /forum/ 2017-02-06 04:52:19 +00:00
TODO.md Added pagination for forums. 2017-01-26 13:37:50 +00:00
build-gosora-linux Added pagination for forums. 2017-01-26 13:37:50 +00:00
build.bat Added pagination for forums. 2017-01-26 13:37:50 +00:00
cache.go Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
config.go Added the topic and user memory caches. Currently used in an extremely limited way, we plan to expand this! 2017-02-11 14:51:16 +00:00
data.sql Added the topic and user memory caches. Currently used in an extremely limited way, we plan to expand this! 2017-02-11 14:51:16 +00:00
errors.go Per-Forum Permissions work everywhere now. 2017-02-05 16:36:54 +00:00
extend.go Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
files.go Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
forum.go You can now change the permission preset of a forum. More granular permission changes coming soon. 2017-02-04 15:49:24 +00:00
general_test.go Added support for likes to the other themes. I'm pondering over how to best show the like counter on them. 2017-02-15 15:29:05 +00:00
group.go You can now create forums with a specific permission preset. The ability to change the preset of a forum and more granular control over it's permissions is coming soon. 2017-02-04 06:19:55 +00:00
install-gosora-linux Added pagination for forums. 2017-01-26 13:37:50 +00:00
install.bat Added pagination for forums. 2017-01-26 13:37:50 +00:00
main.go Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
mod_routes.go Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
mysql.go Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
pages.go Relative times are now shown for all the topics on /topics/ and /forum/ 2017-02-06 04:52:19 +00:00
permissions.go Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
plugin_bbcode.go Added pagination for forums. 2017-01-26 13:37:50 +00:00
plugin_helloworld.go Added the topic and user memory caches. Currently used in an extremely limited way, we plan to expand this! 2017-02-11 14:51:16 +00:00
plugin_markdown.go Added the BBCode plugin. 2017-01-05 14:41:14 +00:00
plugin_skeleton.go Added the BBCode plugin. 2017-01-05 14:41:14 +00:00
reply.go Added the topic and user memory caches. Currently used in an extremely limited way, we plan to expand this! 2017-02-11 14:51:16 +00:00
router.go Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
routes.go Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
run-gosora-linux Added pagination for forums. 2017-01-26 13:37:50 +00:00
run.bat Added pagination for forums. 2017-01-26 13:37:50 +00:00
setting.go Added the User Editor. 2016-12-23 12:35:22 +00:00
template_forum.go Added support for likes to the other themes. I'm pondering over how to best show the like counter on them. 2017-02-15 15:29:05 +00:00
template_forums.go Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
template_list.go Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
template_profile.go Added the topic and user memory caches. Currently used in an extremely limited way, we plan to expand this! 2017-02-11 14:51:16 +00:00
template_topic.go Added support for likes to the other themes. I'm pondering over how to best show the like counter on them. 2017-02-15 15:29:05 +00:00
template_topic_alt.go Added support for likes to the other themes. I'm pondering over how to best show the like counter on them. 2017-02-15 15:29:05 +00:00
template_topics.go Added the topic and user memory caches. Currently used in an extremely limited way, we plan to expand this! 2017-02-11 14:51:16 +00:00
templates.go Topic and user edits should now update the caches. Ditto for topic deletions. 2017-02-15 10:49:30 +00:00
themes.go Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
todo Adding the files. 2016-12-02 07:38:54 +00:00
topic.go Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
update-deps-linux Added pagination for forums. 2017-01-26 13:37:50 +00:00
update-deps.bat Added pagination for forums. 2017-01-26 13:37:50 +00:00
user.go Static images now work again after they were accidentally broken when I added Gzip Compression. 2017-02-16 06:47:55 +00:00
utils.go You can now upvote topics and replies. The number of upvotes is visible on the posts. 2017-02-10 13:39:13 +00:00

README.md

Gosora

A super fast forum software written in Go.

The initial code-base was forked from one of my side projects, but has now gone far beyond that. We're still fairly early in development, so the code-base might change at an incredible rate. We plan to start stabilising it somewhat once we enter alpha.

Azareal's Discord Chat: https://discord.gg/eyYvtTf

If you like this software, please give it a star and give us some feedback :)

If you dislike it, please give us some feedback on how to make it better! We're always looking for feedback. We love hearing your opinions. If there's something missing or something doesn't look quite right, don't worry! We plan to change many things before the alpha!

Features

Basic Forum Functionality. All of the little things you would expect of any forum software. E.g. Moderation, Custom Themes, Avatars, and so on.

Custom Pages. Under development. The Control Panel portion is incomplete, but you can create them by hand today. They're basically html/templates templates in the /pages/ folder.

Emojis. Allow your users to express themselves without resorting to serving tons upon tons of image files.

In-memory static file, forum and group caches. We're pondering over extending this solution over to topics, users, etc.

A profile system including profile comments and moderation tools for the profile owner.

A template engine which compiles templates down into machine code. Over ten times faster than html/templates. Compatible with templates written for html/templates, you don't need to learn any new templating language.

A plugin system. More on this to come.

A responsive design. Looks great on mobile phones, tablets, laptops, desktops and more!

Dependencies

Go 1.7. You will need to install this. Pick the .msi, if you want everything sorted out for you rather than having to go around updating the environment settings. https://golang.org/doc/install

MySQL Database. You will need to setup a MySQL Database somewhere. A MariaDB Database works equally well and is much faster than MySQL. You could use something like WNMP / XAMPP which have a little PHP script called PhpMyAdmin for managing MySQL databases or you could install MariaDB directly.

Download the .msi installer from MariaDB and run that. You may want to set it up as a service to avoid running it every-time the computer starts up.

Instructions on how to set MariaDB up on Linux: https://downloads.mariadb.org/mariadb/repositories/

We recommend changing the root password (that is the password for the user 'root'). Remember that password, you will need it for the installation process. Of course, we would advise using a user other than root for maximum security, although that adds additional steps to the process of getting everything setup.

It's entirely possible that your host might already have MySQL, so you might be able to skip this step, particularly if it's a managed VPS or a shared host (contrary to popular belief, it is possible, although the ecosystem in this regard is extremely immature). Or they might have a quicker and easier method of setting up MySQL.

Installation Instructions

Linux

cd to the directory / folder the code is in. In other words, type cd followed by the location of the code and it should jump there.

Run ./install-gosora-linux

Follow the instructions shown on the screen.

Windows

Run install.bat

Follow the instructions shown on the screen.

Run the program

Linux

In the same directory you installed it, you simply have to type: ./run-gosora-linux

Windows

Run run.bat

Updating Dependencies

You can update the dependencies which Gosora relies on by running update-deps.bat on Windows or ./update-deps-linux on Linux. These dependencies do not include Go or MySQL.

We're also looking into ways to distribute ready made executables for Windows. While this is not a complicated endeavour, the configuration settings currently get built with the rest of the program for speed, and we will likely have to change this.

With the introduction of the new settings system, we will begin moving some of the less critical settings out of the configuration file, and will likely have a config.xml or config.ini in the future to store the critical settings in.

You might have to run run.bat or ./run-gosora-linux twice after changing a template to make sure the templates are compiled properly. We'll be resolving this issue while rolling out the new compiled templates system to the rest of the routes.

Several important features for saving memory in the templates system may have to be implemented before the new compiled template system is rolled out to every route. These features are coming fairly soon, but not before the higher priority items.

How do I install plugins?

For the default plugins like Markdown and Helloworld, you can find them in the Plugin Manager of your Control Panel. For ones which aren't included by default, you will need to drag them from your /extend/ directory and into the / directory (the root directory of your Gosora installation, where the executable and most of the main Go files are).

You will then need to recompile Gosora in order to link the plugin code with Gosora's code. For plugins not written in Gosora (e.g. JavaScript), you do not need to move them from the /extend/ directory, they will automatically show up in your Control Panel ready to be installed.

Experimental plugins aka the ones in the /experimental/ folder (e.g. plugin_sendmail) are similar but different. You will have to move native plugins (ones written in Go) to the root directory of your installation and will have to move experimental plugins written in other languages into the /extend/ directory.

We're looking for ways to clean-up the plugin system so that all of them (except the experimental ones) are housed in /extend/, however we've encountered some problems with Go's packaging system. We plan to fix this issue in the future.

Images

Tempra Simple Theme

Tempra Simple Topic List

Tempra Conflux Theme

Tempra Conflux Mobile

Cosmo Conflux Theme

Cosmo Theme

Dependencies

  • Go 1.7

  • MariaDB

  • github.com/go-sql-driver/mysql

  • golang.org/x/crypto/bcrypt

Bundled Plugins

There are several plugins which are bundled with the software by default. These cover various common tasks which aren't common enough to clutter the core with or which have competing implementation methods (E.g. plugin_markdown vs plugin_bbcode for post mark-up).

  • Hello World / Skeleton - Example plugins for helping you learn how to develop plugins.

  • BBCode - A plugin in early development for converting BBCode Tags into HTML.

  • Markdown - An extremely simple plugin for converting Markdown into HTML.