Jabbermuggel

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Jabbermuggel,

kobo.com sells books without DRM (under eBook details they tell you the exact format). For example, the murderbot chronicles are sold without. Sadly they don’t have everything like amazon does, especially for niche authors that only publish digitally.

Jabbermuggel,

As Phuntis said, curseforge is easily solved with prism launcher. They have a nice GUI to browse modpacks and set up everything automatically. For mods that don’t allow direct downloads over the API, they give you a browser link you can open and automatically pull the downloaded files from your download folder.

The launcher also has integration into modrinth and a bunch of other useful features. IMO the better launcher compared to the official one, even if you don’t play modded.

Jabbermuggel,

I tried photoprism and thought it was pretty neat feature-wise. If I recall correctly they even sort received photos in a sensible date-based structure automatically. Don’t think they have an official app but maybe some third party stuff; the web UI is mobile friendly though.

To talk backups, I’d deploy the thing using containers and then back up the volumes any way you like.

This may not be the ideal solution for you, especially due to lack of decent android support. The workflow would probably be something like take photo -> sync to protoprism to sort -> view in photoprism gallery, which may also be too convoluted for you. Also, I’m not sure what you mean by the last paragraph.

Jabbermuggel,

Yes, it’s possible but this is not documented anywhere official from what I could tell

I found the following in a github issue comment chain: Assuming you have a container based deployment (which if you don’t have, you should probably get), you can set the environment variable OVERWRITE_SETTING_Show_Setup_Wizard=completed to skip the registration. As far as I can tell this still works with the current rocketchat versions. A small additional complexity is that you then can’t create your first admin user. This can be fixed by also setting other environment variables which create an administrator if no other admins are found on start:


<span style="color:#323232;">    OVERWRITE_SETTING_Show_Setup_Wizard=completed
</span><span style="color:#323232;">    ADMIN_USERNAME=example
</span><span style="color:#323232;">    ADMIN_PASS=example
</span><span style="color:#323232;">    ADMIN_EMAIL=example@localhost
</span><span style="color:#323232;">    INITAL_USER=yes
</span>

The alternative is to register a user and then do some raw database manipulation as documented here and promote the new user; for this you need the mongosh shell in the mongodb container (i. e. something like docker exec -it mongodb mongosh):


<span style="color:#323232;">use rocketchat                                                                  // switch to rocketchat db
</span><span style="color:#323232;">
</span><span style="color:#323232;">db.getCollection('users').find()                                                // list users
</span><span style="color:#323232;">db.users.update({username: "test"}, { $push: { roles: "admin"}})       // make user admin
</span><span style="color:#323232;">db.users.update({username: "test"}, { $pull: { roles: "admin"}})       // remove admin role from user
</span>

As another user mentioned, the alternative is to deploy older versions and then upgrade. Old container images are available under registry.rocket.chat/rocketchat/rocket.chat:$ver. Versions as recent as 4.4.0 still allow setup without cloud registration. You just need to be a bit careful in the upgrade, as you need to do several smaller steps to reach the current version, so from 4.4.0 to the most recent 6.x would for example be:


<span style="color:#323232;">4.4.0 -> latest 4.x -> 5.0 -> latest 5.x -> 6.0 -> latest version
</span>

(make backups of your db though with mongodump)

In my opinion, rocketchat has an easier deployment compared to matrix (only two containers, three if counting the reverse proxy), but the recent pushiness of the company with their paid services (the seemingly disabled registration, giant advertisements in the settings and most recently the forced depreciation of older instances for their official apps among other things) really makes me question whether that somewhat decreased complexity makes it worth investing time and effort into such a product.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines