Search found 116 matches
- Fri Dec 13, 2019 7:07 pm
- Forum: UBOSbox
- Topic: To install new Accessories
- Replies: 2
- Views: 29
Re: To install new Accessories
You likely have a syntax error or errors in your Site JSON file. Please post the whole JSON file (removing just credential info).
- Thu Oct 24, 2019 6:01 pm
- Forum: UBOSbox
- Topic: Failure on Mastodon
- Replies: 7
- Views: 345
Re: Failure on Mastodon
You can restore an AppConfiguration (such as your Nextcloud) from a site in an backup, to an already-deployed site with this version of "ubos-admin restore":
Code: Select all
ubos-admin restore --appconfigid <appconfigid> --tositeid <tositeid> [--newcontext <context>] --in <backupfile>
- Thu Oct 24, 2019 3:25 am
- Forum: UBOSbox
- Topic: Failure on Mastodon
- Replies: 7
- Views: 345
Re: Failure on Mastodon
SSH keys and TLS keys are different. Both use public key cryptography, so there is a public key and a private key in every pair. But you cannot use one for the other. Check the options for backup and restore. There are some options related to TLS keys. You probably also can back up all your sites, u...
- Tue Oct 22, 2019 5:46 pm
- Forum: UBOSbox
- Topic: Failure on Mastodon
- Replies: 7
- Views: 345
Re: Failure on Mastodon
If you regularly reinstall UBOS, as you seem to say, I would simply do it step by step, and check the file sizes after each step. The private key is being generated for an https site as soon as the site is first created, and right before the LetsEncrypt cert is issued. (If you read up on how TLS cer...
- Tue Oct 22, 2019 1:38 am
- Forum: UBOSbox
- Topic: Failure on Mastodon
- Replies: 7
- Views: 345
Re: Failure on Mastodon
You seem to have two unrelated issues: 1. I don't know what's going on with your private key. If you can reproduce it, it would be useful to know how you got into this state because I have not seen that since the latest update. 2. The mastodon issue indeed is a known issue and can be found on Github...
- Mon Oct 21, 2019 5:16 pm
- Forum: UBOSbox
- Topic: How to use rsync+ssh
- Replies: 2
- Views: 133
Re: How to use rsync+ssh
Good point, we should have more examples. Could you go to github.com/uboslinux/ubos-docs/issues and file an issue there? In principle, you should just be able to use a URL along the lines of rsync+ssh://hostname/filename . P.S. Before you try it as part of the UBOS backup, it might make sense to fir...
- Mon Oct 14, 2019 2:28 am
- Forum: Other
- Topic: Asus Tinkerboard
- Replies: 1
- Views: 123
Re: Asus Tinkerboard
I'm not familiar with that board, and given how different the various ARM boards are from each other, IMHO it's unlikely to work out of the box. On the other hand, if you'd like to give it a try, I would first try Arch Linux ARM on it (our upstream distro) and learn from there what we need to make i...
- Sat Sep 21, 2019 10:11 pm
- Forum: UBOSbox
- Topic: How to make persistant changes to nextcloud config.php
- Replies: 5
- Views: 469
Re: How to make persistant changes to nextcloud config.php
You might be misunderstanding what UBOS calls customizationpoints: these are values that are specific to your particular instance of an application (an AppConfiguration in UBOS parlance). If we were to add such customizationpoint(s) to the manifest of the auto mail accounts, you would get to specify...
- Fri Sep 20, 2019 5:32 pm
- Forum: UBOSbox
- Topic: How to make persistant changes to nextcloud config.php
- Replies: 5
- Views: 469
Re: How to make persistant changes to nextcloud config.php
The UBOS way of doing things is generally not to edit config files. We are trying to make it so that the user should not even have to know that there are config files. This has many advantages, including that site maintenance over the long term (including backup, restore, host migration etc) doesn't...
- Wed Aug 21, 2019 10:57 pm
- Forum: UBOSbox
- Topic: pagekite always "Temporarily Unavailable"
- Replies: 2
- Views: 212
Re: pagekite always "Temporarily Unavailable"
This appears to be a pagekite issue -- at least the UBOS side you posted appears right. To make 100% sure: sudo systemctl --failed and sudo journalctl -f when you attempt pagekite. I did run into something like this with Pagekite a while back, and when I checked with them, the answer was something l...