forum.tilde.team elixir/phoenix app https://forum.tilde.team
This repository has been archived on 2018-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ben Harris 3b89797dea
fix compilation error
2018-07-11 19:16:13 -04:00
assets update to tesla 1.0 2018-07-06 15:59:13 -04:00
config start migration to postgres 2018-03-01 18:23:39 -05:00
lib fix compilation error 2018-07-11 19:16:13 -04:00
priv sticky threads 2018-02-23 15:04:04 -05:00
rel sticky threads 2018-02-23 15:04:04 -05:00
test looooots of stuff 2018-02-20 03:06:36 -05:00
.gitignore first commit of elixir proj 2018-02-19 13:36:27 -05:00
LICENSE remove db_config.json and add LICENSE 2018-02-23 17:33:55 -05:00
README.md update readme 2018-02-22 18:04:22 -05:00
domains sticky threads 2018-02-23 15:04:04 -05:00
forum.png update readme 2018-02-22 01:41:14 -05:00
mix.exs update to tesla 1.0 2018-07-06 15:59:13 -04:00
mix.lock update to tesla 1.0 2018-07-06 15:59:13 -04:00
nginx.conf logged_in? util and format nginx conf 2018-03-01 14:18:47 -05:00

README.md

forum

this repo is a forum that integrates with tilde.team, authenticating with the user account on the server and pulling profile pics from each user's home folder (~/public_html/avatar.png if you're curious). more integrations to come.

forum

roadmap

  • user mentions (i'm thinking in the form of ~user)
  • notifications for activity in threads you start and mentions
  • ~deeper integration with tilde.team~
    • ~sudoers on the server will have admin rights on the forum~
    • ~profile info will pull from a custom file in their ~/public_html~
  • youtube embeds (extend markdown somehow)

you need an account on tilde.team to use the forum :)

thanks for stopping by our little community!

~ben


quick links for later (from phx.new)

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more