ok thanks
derin
Posts
-
Transfer Cloudron Subscription -
Transfer Cloudron SubscriptionHello There,
I have a cloudron yearly subscription currently active for a cloudron I don't have anymore. I would like to activate it on an active cloudron that I currently use whose yearly just ended.
-
No Profile Images saveDo I need to connect some kind of object storage to Cal. The profile images don't seem to save after uploading and saving them.
-
Codex Docshttps://docs.codex.so/codex-docs
Open soure notion alternative power by editor.io block text editor. really straight forward.
-
NextCloud ran out of memory - repeatedlyGenerally most apps cannot run on the basic memory allowance in my experience. Next cloud needs 1 for a few users and with a lot of users I've gone up to 4.
-
soapbox.pubSoapbox is a frontend for Pleroma. Soapbox focuses on user experience, discoverability, and providing monetization avenues for server hosts and content creators. It's brandable and has built in chat.
-
Jitsi Meet@girish this is awesome news!! I've been waiting for this
-
Custom Theming@girish thanks for pointing that out. It got more than half way there. thank you!! The custom theme is applied as default and shows in the settings panel but for some odd reason it wont replace the element.io green with the accent color I chose...will ask in the element.io chat rooms. Thanks again @girish.
-
Custom Theming@murgero I appreciate the help and will try that. If all else fails I'll give the element.io community space a try.
Looking in the console gave me this:
Initialised rageshake. rageshake.ts:50:19 To fix line numbers in Chrome: Meatball menu → Settings → Ignore list → Add /rageshake\.js$ rageshake.ts:50:19 Using Web platform rageshake.ts:50:19 Using WebAssembly Olm rageshake.ts:50:19 Configuring rageshake persistence... rageshake.ts:50:19 returning explicit theme: custom-appsurd 2 rageshake.ts:50:19 Loading skin... rageshake.ts:50:19 Skin loaded! rageshake.ts:50:19 set language to en-us
Brilliant. Now I just need to find out why it doesnt like my red accent color.
-
Custom ThemingAnyone mind giving me a second pair of eyes. I'm trying to implement a custom theme. Followed the documentation and my syntax appears to be correct but I cant get the custom color values ie the custom theme to show up either by default or as an option. What am I missing?
"default_server_config": { "m.homeserver": { "base_url": "https://foobar.foo.app", "server_name": "foo.app" }, "m.identity_server": { "base_url": "https://vector.im" } }, "disable_custom_urls": true, "disable_guests": true, "disable_login_language_selector": false, "disable_3pid_login": true, "brand": "appsurd", "integrations_ui_url": "https://scalar.vector.im/", "integrations_rest_url": "https://scalar.vector.im/api", "integrations_widgets_urls": [ "https://scalar.vector.im/_matrix/integrations/v1", "https://scalar.vector.im/api", "https://scalar-staging.vector.im/_matrix/integrations/v1", "https://scalar-staging.vector.im/api", "https://scalar-staging.riot.im/scalar/api" ], "bug_report_endpoint_url": "https://element.io/bugreports/submit", "defaultCountryCode": "USA", "showLabsSettings": false, "features": { "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs", "feature_state_counters": "labs" }, "default_federate": true, "roomDirectory": { "servers": [ "matrix.org" ] }, "piwik": false, "enable_presence_by_hs_url": { "https://matrix.org": false, "https://matrix-client.matrix.org": false }, "settingDefaults": { "breadcrumbs": true }, "jitsi": { "preferredDomain": "jitsi.riot.im" }, "branding": { "welcomeBackgroundUrl": "/custom/background.jpg", "authHeaderLogoUrl": "/custom/appsurd_wordmark_dark.svg", "default_theme": "custom-appsurd" }, "custom_themes": [ { "name": "appsurd", "is_dark": false, "colors": { "accent-color": "#df0013", "primary-color": "#00aff4", "warning-color": "#faa81ad9", "sidebar-color": "#202225", "roomlist-background-color": "#2f3136", "roomlist-text-color": "#dcddde", "roomlist-text-secondary-color": "#8e9297", "roomlist-highlights-color": "#4f545c52", "roomlist-separator-color": "#40444b", "timeline-background-color": "#36393f", "timeline-text-color": "#dcddde", "secondary-content": "#dcddde", "tertiary-content": "#dcddde", "timeline-text-secondary-color": "#b9bbbe", "timeline-highlights-color": "#04040512", "reaction-row-button-selected-bg-color": "#b9bbbe" } } ] }
-
So Confused about Plugins@girish thanks for the help but im still a bit lost. For example:
The Kolab Calender plugin: https://packagist.org/packages/kolab/calendar
As far as I understand it requires 2 dependencies aside from the roundcube plugin installer. Now would I just download the file from the linked github repository?
And then the two dependencies listed I am assuming would then be installed via composer?
-
So Confused about Plugins@nebulon yes this was the first place I looked.
In this documentation it’s unclear where and when I would use composer or how exactly. When it mentioned uploading I assumed I could download plugins somewhere, but that doesn’t seem to be the case from the roundcube plugins website. Their documentation doesn’t really say if I update the composer.json that already exists or create a new one? It’s just unclear.I attempted to just use composer require in the terminal which downloaded the package but then threw an error and deleted it.
-
So Confused about PluginsTo clarify this is installing plugins on Roundcube just in case it wasn't clear.
-
So Confused about PluginsAny tutorial that I find to install plugins assumes a lot of knowledge that I don't have. My only experience with composer is how it relates to wordpress the few times I've used it was as part of wp-cli. Can anyone provide me some clarity or fill in the blanks. I don't understand what order to do everything in, which composer.json file are they referring to and can this be done for an app thats already deployed??
-
Pixelfed logo replacementIs their an easy way to do this?
-
Looking for Extended Support / Minor Development/IT SupportYeah the business account is great, their arent any companies in the US that partner with Nextcloud except ionos, which is such a bad service provider (i've tried them twice) that its hard to call them anything but a hosting provider.
I guess I'm just not confident enough in my skills to use them for mission critical services at the company and would feel more comfortable having someone availble to fix problems when they arise.
-
wp-cli disappeared@girish Thank you its all working now.
-
Looking for Extended Support / Minor Development/IT SupportHello there,
I am looking for extended support for managing cloudron for a real estate brokerage. Using it together with nextcloud to mange the companies employees and agents etc. Is there any company that you can recommend? We have about 800 agents and a staff of 20.
-
wp-cli disappeared@girish this is an unstable release?? It could create more problems than it solves?
-
wp-cli disappearedroot@2af864b3-a9db-4fa1-b9ac-8dc1d5e94f60:/app/code# wp plugin list
bash: wp: command not found
root@2af864b3-a9db-4fa1-b9ac-8dc1d5e94f60:/app/code#