=== freeflying is now known as freeflying_away === CyberJacob is now known as CyberJacob|Away === liam_ is now known as Guest46102 [02:18] marcoceppi, nice that you figured it out! Looking forward to it being available to play with :) === freeflying_away is now known as freeflying === CyberJacob|Away is now known as CyberJacob [08:35] marcoceppi, is the version in the charm store now (updated today) an OK good version? [09:22] * aquarius finds out by deploying it ;) === CyberJacob is now known as CyberJacob|Away === CyberJacob|Away is now known as CyberJacob [10:32] marcoceppi, yay! it works! [13:59] aquarius: yay! glad I could get that patched up for you. [14:00] aquarius: I've commited to obseleting the github branch since it's a PITA to keep the two sync'd. Everything, for better or for worse, will go in the personal charm store branch. Be aware of potential breakage and feel free to ping me if you have any problems [14:08] it's working [14:08] if I want to customise the look of it, do I need to deploy a charm with that, or can I just poke the thing on the server? [15:51] marcoceppi, ^ :) === CyberJacob is now known as CyberJacob|Away === CyberJacob|Away is now known as CyberJacob [18:30] aquarius: you want to either use the admin section and "customize" or deploy as a plugin [18:30] we use a plugin [18:31] https://github.com/marcoceppi/discourse-ubuntu [18:31] we also have this, https://github.com/marcoceppi/discourse-ubuntu-sso [18:31] if you want ubuntu sso as a login option [18:45] ooo [18:46] that looks crispy [18:47] marcoceppi, don't need sso signin. I like the idea of the admin customize thing :) [18:47] thanks! [19:07] aquarius: for repeatability (unless you're backing up the database) i'd recommend moving to a plugin, eventaully [19:07] but the admin section is really nice for on-the-fly work [19:08] marcoceppi, and to write a plugin I need to also write a charm for it and distribute it with juju? [19:08] aquarius: not nessisarily, you could write a subordinate charm [19:09] * aquarius does not know what that is :) [19:09] but i will have plugin support for discourse in the charm soon [19:09] aquarius: https://juju.ubuntu.com/docs/authors-subordinate-services.html [19:09] so you would just `juju set discourse plugins="https://githubrepo/path/;https://somethingelse/path;" [19:10] ooh, clever [19:10] Documentation on Subordinate charms. I'm going over this myself right now so if you have any questions, i'm available to help you through the discovery process. [19:10] but I can't do that yet, right? I need to wait until your charm supports that? [19:10] aquarius: the latter is not implemented yet, the former you can do yourself if you want, the last alternative is to just juju ssh discourse/0; cd /home/discourse/discourse; bundle exec rake plugin:install repo=https://url` [19:10] aquarius: right, I'll have that implemented this weekend most likely [19:10] smart! [19:11] I'll probably be looking at the discourse stuff again tomorrow [19:11] aquarius: cool, I'll ping you if I see you online and it's been updated [19:11] nice one! [19:11] thank you for help on this :) [19:11] I had to land some patches in to core before I could add the option [19:11] since core has support now, I can update the charm [19:28] marcoceppi, how do I add a new admin? [19:28] juju set discourse admins=username1,username2 ? [19:31] aquarius: yeah, or once you have one admin, just use the control panel [19:32] admins= is basically god mode [19:32] marcoceppi, oh, I don't need to use juju to add all admins once I've added myself? [19:32] aquarius: correct, it's just for the first admin really [19:32] smart! thank you === CyberJacob is now known as CyberJacob|Away