Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
Go to file
Azareal 317ab8856b Move towards loading the important scripts asynchronously.
Removed the client's reliance on the server's Site.URL setting.
2018-08-13 11:53:16 +10:00
.vscode Refactored the code to follow best standards better. 2017-09-03 05:50:31 +01:00
attachs Added Quick Topic. 2017-10-05 11:20:28 +01:00
backups You can now search for whatever IP you want in the IP Searcher. 2017-09-23 20:57:13 +01:00
common Added the /api/me/ API endpoint. 2018-08-12 01:53:42 +10:00
config PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
docs Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
experimental Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
extend Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
images Pin Docker to 1.10 not the patch version, otherwise things could go horribly wrong. 2018-08-11 22:09:26 +10:00
install PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
langs Pin Docker to 1.10 not the patch version, otherwise things could go horribly wrong. 2018-08-11 22:09:26 +10:00
logs You can now disable slugs. 2018-04-03 05:34:07 +01:00
migrations Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
old-images Start phasing out Tempra Conflux. 2018-07-30 12:51:22 +10:00
pages Made some minor tweaks. 2017-12-22 03:32:23 +00:00
patcher Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
public Move towards loading the important scripts asynchronously. 2018-08-13 11:53:16 +10:00
query_gen Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
router_gen Added the /api/me/ API endpoint. 2018-08-12 01:53:42 +10:00
routes Move towards loading the important scripts asynchronously. 2018-08-13 11:53:16 +10:00
schema PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
templates Move towards loading the important scripts asynchronously. 2018-08-13 11:53:16 +10:00
themes Pin Docker to 1.10 not the patch version, otherwise things could go horribly wrong. 2018-08-11 22:09:26 +10:00
tmpl_client Solve the chicken and the egg problem with the templates. 2018-05-16 21:44:32 +10:00
updater Let's use proper Git for updates for now as Go Git refuses to work properly. 2018-04-04 12:25:34 +01:00
uploads Added the profile system. 2016-12-07 09:34:09 +00:00
.codebeatignore Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00
.codeclimate.yml UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
.eslintrc.json Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
.gitignore Added QueryGen, RouterGen, Patcher and config.json to .gitignore 2018-08-06 12:48:47 +10:00
.htaccess Happy 100th commit! For the 100th commit, I've revamped a good portion of the user interface, and we don't plan on stopping! There's more to come! 2017-05-29 15:52:37 +01:00
.travis.yml Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
CONTRIBUTING.md Those tests were too thorough, even reaching into sections which aren't quite implemented. 2018-07-30 18:09:08 +10:00
Dockerfile Pin Docker to 1.10 not the patch version, otherwise things could go horribly wrong. 2018-08-11 22:09:26 +10:00
LICENSE Adding the files. 2016-12-02 07:38:54 +00:00
README.md On second thought, that might fit better in the advanced section. 2018-08-07 15:07:24 +10:00
TODO.md Added a custom auto-link parser rather than using a regex. 2017-03-07 07:22:29 +00:00
build-linux I forgot this is Linux not Windows, this should do it. 2018-06-06 14:42:57 +10:00
build-linux-nowebsockets I forgot this is Linux not Windows, this should do it. 2018-06-06 14:42:57 +10:00
build-nowebsockets.bat Build artifacts are now cleaned up on Windows too. 2018-06-06 16:13:55 +10:00
build.bat Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
build_templates.bat Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
database.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
dev-update-linux Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
dev-update-travis The patcher (schema updating part of the updater) finally works, yay. 2018-04-23 22:08:31 +01:00
dev-update.bat Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
docker-compose.yml Experimenting with Docker. Doesn't work at the moment. 2018-08-10 17:47:53 +10:00
gen_mssql.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
gen_mysql.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
gen_pgsql.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
gen_router.go Added the /api/me/ API endpoint. 2018-08-12 01:53:42 +10:00
gen_tables.go PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
general_test.go This should do it 2018-06-17 18:12:39 +10:00
gosora_example.service And don't forget to update the README. 2018-08-07 14:57:11 +10:00
install-docker Experimenting with Docker. Doesn't work at the moment. 2018-08-10 17:47:53 +10:00
install-linux Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
install.bat Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
last_version.txt Revamped the top navbar. 2017-05-12 14:25:12 +01:00
main.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
misc_test.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
mssql.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
mysql.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_routes.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
pgsql.go Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
plugin_adventure.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
plugin_bbcode.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
plugin_guilds.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
plugin_heythere.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
plugin_markdown.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
plugin_skeleton.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
plugin_test.go Comment out some of the tests which aren't really meant to succeed. 2018-07-30 13:57:02 +10:00
pre-run-linux The systemd example service file should work now. 2018-07-24 18:45:01 +10:00
rev_templates.go Moved the create statement into the TopicStore. 2017-11-07 22:38:15 +00:00
router.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
routes.go Made it harder to parse the antispam script. 2018-07-05 19:54:01 +10:00
run-linux Reverted the changes to run-linux due to scoping issues breaking it. 2018-07-24 16:52:55 +10:00
run-linux-nowebsockets I forgot this is Linux not Windows, this should do it. 2018-06-06 14:42:57 +10:00
run-linux-tests What is even in this folder at this point of execution 2018-07-30 18:31:13 +10:00
run-nowebsockets.bat Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
run.bat Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
run_mssql.bat Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
run_tests.bat Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
run_tests_mssql.bat Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
tickloop.go Move the tickloop logic into it's own file. 2018-07-29 14:17:17 +10:00
tmpl_stub.go Solve the chicken and the egg problem with the templates. 2018-05-16 21:44:32 +10:00
update-deps-linux Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
update-deps.bat Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00

README.md

Gosora Build Status Azareal's Discord Chat

A super fast forum software written in Go. You can talk to us on our Discord chat!

The initial code-base was forked from one of my side projects, but has now gone far beyond that. We've moved along in a development and the software should be somewhat stable for general use.

Features may break from time to time, however I will generally try to warn of the biggest offenders in advance, so that you can tread with caution around certain commits, the upcoming v0.1 will undergo even more rigorous testing.

File an issue or open a topic on the forum, if there's something you want and you very well might find it landing in the software fairly quickly.

For plugin and theme developers, things are a little dicier, as the internal APIs and ways of writing themes are in constant flux, however some stability in that area should be coming fairly soon.

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 add many, many things in the run up to v0.1!

Features

Standard Forum Functionality. All of the little things you would expect of any forum software. E.g. Common Moderation features, modlogs, theme system, avatars, bbcode parser, markdown parser, report system, per-forum permissions, group permissions and so on.

Custom Pages. There are some rough edges

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 have a slightly more dynamic cache for users and topics.

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

A template engine which compiles templates down to machine code. Over forty times faster than the standard template library html/templates, although it does remove some of the hand holding to achieve this. Compatible with templates written for html/templates, so you don't need to learn any new templating language.

A plugin system. We have a number of APIs and hooks for plugins, however they're currently subject to change and don't cover as much of the software as we'd like yet.

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

Other modern features like alerts, likes, advanced dashboard with live stats (CPU, RAM, online user count, and so on), etc.

Requirements

Go 1.10 or newer - 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

Git - You may need this for downloading updates via the updater. You might already have this installed on your server. More to come on this here. https://git-scm.com/downloads

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.

You might also want to run mysql_secure_installation to further harden (aka make it more secure) MySQL / MariaDB.

It's entirely possible that your host already has MySQL installed and ready to go, 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.

How to download

For Linux, you can skip down to the How to install section.

On Windows, you might want to try the GosoraBootstrapper, if you can't find the command prompt or otherwise can't follow those instructions. It's just a matter of double-clicking on the bat file there and it'll download the rest of the files for you.

How to install

Linux

First, you will need to jump to the place where you want to put the code, we will use /home/gosora here, but if you want to use something else, then you'll have to modify the service file with your own path (but never in a folder where the files are automatically served by a webserver).

If you place it in /www/, /public_html/ or any similar folder, then there's a chance that your server might be compromised.

You can navigate to your installation of Gosora by typing the following six commands into the console and hitting enter:

cd /home/

git clone https://github.com/Azareal/Gosora

mv Gosora gosora

cd gosora

chmod 755 ./install-linux

./install-linux

Follow the instructions shown on the screen.

You will also want to setup a service to manage Gosora more easily, although this will require administrator priviledges on the machine:

chmod 755 ./pre-run-linux

mv ./gosora_example.service /lib/systemd/system/gosora.service

systemctl daemon-reload

Windows

Run install.bat, e.g. double-click on it. You will also have to start-up MySQL, which if you're using Wnmp or friends is just a matter of opening that program and starting the MySQL process via it.

Follow the instructions shown on the screen.

Running the program

Linux

If you have setup a service, you can run:

./pre-run-linux

service gosora start

You can then, check Gosora's current status (to see if it started up properly) with:

service gosora status

And you can stop it with:

service gosora stop

If you haven't setup a service, you can run ./run-linux, although you will be responsible for finding a way to run it in the background, so that it doesn't close when the terminal does.

Windows

Run run.bat, e.g. double-clicking on it.

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, those have to be updated separately.

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'll need to restart the server every-time you change a template, e.g. with run.bat or killing the process and running ./run-linux or via ./pre-run-linux followed by service gosora restart

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.

Advanced Installation

This section explains how to set things up without running the batch or shell files. For Windows, you will likely have to open up cmd.exe (the app called Command Prompt in Win10) to run these commands inside or something similar, while with Linux you would likely use the Terminal or console.

Linux is similar, however you might need to use cd and mv a bit more like in the shell files due to the differences in go build across platforms. Additionally, Linux doesn't require StackExchange/wmi or /x/sys/windows

You also need to substitute the gosora.exe bits for ./Gosora on Linux. For more info, you might want to take a gander inside the ./run-linux and ./install-linux shell files to see how they're implemented.

If you want to skip typing all the go gets, you can run ./update-deps.bat (Windows) or ./update-deps-linux to do that for you.

git clone https://github.com/Azareal/Gosora

go get -u github.com/go-sql-driver/mysql

go get -u golang.org/x/crypto/bcrypt

go get -u golang.org/x/crypto/argon2

go get -u github.com/StackExchange/wmi

go get -u github.com/Azareal/gopsutil

go get -u github.com/gorilla/websocket

go get -u gopkg.in/sourcemap.v1

go get -u github.com/robertkrimen/otto

go get -u github.com/esimov/caire

go get -u github.com/lib/pq

go get -u github.com/denisenkom/go-mssqldb

go get -u github.com/fsnotify/fsnotify

go get -u github.com/pkg/errors

rm -f template_*.go

rm -f gen_*.go

rm -f tmpl_client/template_*.go

rm -f ./Gosora

go generate

go build ./router_gen

router_gen.exe

go build ./query_gen

query_gen.exe

go build -o gosora.exe

go build ./install

install.exe

gosora.exe -build-templates

gosora.exe

I'm looking into minimising the number of go gets for the advanced build and to maybe remove the platform and database engine specific dependencies if possible for those who don't need them.

Also, if you modify the service file for anything but changing the path and things don't work, then you might want to try putting # in-front of the lines starting with PrivateUsers, PrivateDevices, and ProtectSystem to see if that works.

If it does, then please open a bug report, so I can look into why they're not working and procure a fix or disable the more problematic ones by default.

Updating the software

The update system is currently under development, however if you have Git installed, then you can run dev-update.bat or dev-update-linux to update your instance to the latest commit and to update the associated database schema, etc.

In addition to this, you can update the dependencies without updating Gosora by running update-deps.bat or ./update-deps-linux (.bat is for Windows, the other for Linux as the names would suggest).

If you want to manually patch Gosora rather than relying on the above scripts to do it, you'll first have to create a copy of ./schema/schema.json named ./schema/lastSchema.json, and then, you'll overwrite the files with the new ones.

After that, you'll need to run go build ./patcher on Windows or the following code block on Linux:

cd ./patcher
go build -o Patcher
mv ./Patcher ..

Once you've done that, you just need to run patcher.exe (Windows) or ./Patcher to apply the latest patches to the database, etc.

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

Shadow Theme

Shadow Quick Topic

Tempra Simple Theme

Tempra Simple Topic List

Tempra Simple Mobile

Cosora Prototype WIP

More images in the /images/ folder. Beware though, some of them are really outdated. Also, keep in mind that a new theme is in the works.

Dependencies

These are the libraries and pieces of software which Gosora relies on to function, an "ingredients" list so to speak.

A few of these like Rez aren't currently in use, but are things we think we'll need in the very near future and want to have those things ready, so that we can quickly slot them in.

  • Go 1.10+

  • MariaDB (or any other MySQL compatible database engine). We'll allow other database engines in the future.

  • github.com/go-sql-driver/mysql For interfacing with MariaDB.

  • golang.org/x/crypto/bcrypt For hashing passwords.

  • golang.org/x/crypto/argon2 For hashing passwords.

  • github.com/Azareal/gopsutil For pulling information on CPU and memory usage. I've temporarily forked this, as we were having stability issues with the latest build.

    • github.com/StackExchange/wmi Dependency for gopsutil on Windows.

    • golang.org/x/sys/windows Also a dependency for gopsutil on Windows. This isn't needed at the moment, as I've rolled things back to an older more stable build.

  • github.com/gorilla/websocket Needed for Gosora's Optional WebSockets Module.

  • github.com/robertkrimen/otto Needed for the upcoming JS plugin type.

    • gopkg.in/sourcemap.v1 Dependency for Otto.
  • github.com/lib/pq For interfacing with PostgreSQL. You will be able to pick this instead of MariaDB soon.

  • ithub.com/denisenkom/go-mssqldb For interfacing with MSSQL. You will be able to pick this instead of MSSQL soon.

  • github.com/bamiaux/rez An image resizer (e.g. for spitting out thumbnails)

    • github.com/esimov/caire The other image resizer, slower but may be useful for covering cases Rez does not. A third faster one we might point to at some point is probably Discord's Lilliput, however it requires a C Compiler and we don't want to add that as a dependency at this time.
  • github.com/fsnotify/fsnotify A library for watching events on the file system.

  • github.com/pkg/errors Some helpers to make it easier for us to track down bugs.

  • More items to come here, our dependencies are going through a lot of changes, and I'll be documenting those soon ;)

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

  • Hey There / Skeleton / Hey There (JS Version) - 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.

  • Social Groups - An extremely unstable WIP plugin which lets users create their own little discussion areas which they can administrate / moderate on their own.

Developers

There are a few things you'll need to know before running the more developer oriented features like the tests or the benchmarks.

The benchmarks are currently being rewritten as they're currently extremely serial which can lead to severe slow-downs when run on a home computer due to the benchmarks being run on the one core everything else is being run on (Browser, OS, etc.) and the tests not taking parallelism into account.