{"id":511,"date":"2019-07-04T15:43:31","date_gmt":"2019-07-04T07:43:31","guid":{"rendered":"https:\/\/play.datalude.com\/blog\/?p=511"},"modified":"2019-07-04T15:43:33","modified_gmt":"2019-07-04T07:43:33","slug":"roundcube-1-38-add-plugin-on-ubuntu-18","status":"publish","type":"post","link":"https:\/\/play.datalude.com\/blog\/2019\/07\/roundcube-1-38-add-plugin-on-ubuntu-18\/","title":{"rendered":"Roundcube 1.38 add plugin (on Ubuntu 18)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">File locations are a bit all over the shop in this version, so this is how it works out. For reference <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>the actual program files are downloaded to \/usr\/share\/roundcube\/ <\/li><li>the config happens in \/etc\/roundcube<\/li><li>the web directory is in \/var\/lib\/roundcube, which contains symlinks to the above locations. This is the one you add to your nginx \/ apache config.  <\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code># Get the plugin and put it in the right place. In this case we're doing Filters plugin\ncd \/usr\/share\/roundcube\/plugins\/\nwget https:\/\/github.com\/6ec123321\/filters\/archive\/master.zip\nunzip master.zip \nrm master.zip \nmv filters-master\/ filters\n\n# Symlink the web directory to the plugin you just downloaded.  \ncd \/var\/lib\/roundcube\/plugins\/\nln -s \/usr\/share\/roundcube\/plugins\/filters\/ \n\n# Edit the config to add the filters plugin. \nnano \/etc\/roundcube\/config.inc.php \neg. --->\n    $config&#91;'plugins'] = array(\n    'password',\n    'filters',\n    );\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>File locations are a bit all over the shop in this version, so this is how it works out. For reference the actual program files are downloaded to \/usr\/share\/roundcube\/ the config happens in \/etc\/roundcube the web directory is in \/var\/lib\/roundcube, which contains symlinks to the above locations. This is the one you add to your &#8230; <a title=\"Roundcube 1.38 add plugin (on Ubuntu 18)\" class=\"read-more\" href=\"https:\/\/play.datalude.com\/blog\/2019\/07\/roundcube-1-38-add-plugin-on-ubuntu-18\/\" aria-label=\"Read more about Roundcube 1.38 add plugin (on Ubuntu 18)\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","footnotes":""},"categories":[1],"tags":[134],"class_list":["post-511","post","type-post","status-publish","format-standard","hentry","category-it","tag-linux"],"_links":{"self":[{"href":"https:\/\/play.datalude.com\/blog\/wp-json\/wp\/v2\/posts\/511","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/play.datalude.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/play.datalude.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/play.datalude.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/play.datalude.com\/blog\/wp-json\/wp\/v2\/comments?post=511"}],"version-history":[{"count":0,"href":"https:\/\/play.datalude.com\/blog\/wp-json\/wp\/v2\/posts\/511\/revisions"}],"wp:attachment":[{"href":"https:\/\/play.datalude.com\/blog\/wp-json\/wp\/v2\/media?parent=511"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/play.datalude.com\/blog\/wp-json\/wp\/v2\/categories?post=511"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/play.datalude.com\/blog\/wp-json\/wp\/v2\/tags?post=511"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}