Solaire
Solaire
About
- Username
- Solaire
- Joined
- Visits
- 1,472
- Last Active
- Roles
- Member, OG
- Thanked
- 477
Comments
-
I think @Phill and myself wrote the majority of the plugins. I can only speak for myself, but anything that is mine can be open-sourced. I've raised issue #7 on Gitlab and assigned @Mason to confirm my identity. If there are any questions related t…
-
(Quote) Please do keep in mind that support for x265 playback is still limited, although it does save a lot of space. WD Mybook and WD Elements both contain the same drives, they're whitelabeled WD Reds, and built for running 24/7. The only differe…
-
I went with an Intel build years ago, since they support C6/C7 power states. When they're in a C6/C7 power state they barely draw any power, even less than most NAS/microservers. Threw in a a ton of second hand (consumer grade) hardware (CPU, mother…
-
I don't have a lot of time to go into details right now, but LetsEncrypt's old root certificate has expired yesterday (IdentTrust DST Root CA X3). Some websites are facing issues (source). Probably your best bet is to look into the CA certificate y…
-
Gratz @Mason, I'm sure you'll do a fine job!
-
(Quote) Nextcloud supports client side encryption which means nobody else can see your files. Not sure if that's enabled on this instance though. I'd advise against using the encryption feature of Nextcloud, it's been known to fail, leaving you wit…
-
(Quote) Using groups would do the trick in that case :) (Image)
-
@martijnk Don't forget to disable auto completion in the share function. Currently the share service is still leaking user data: (Image)
-
(Quote) It still works :). Also, Talk is leaking user info as well. (Image)
-
(Quote) Fair point, full names and e-mail addresses can be obtained by performing a POST request to https://brick.novos.be/contactsmenu/contacts
-
(Quote) I'm residing in the Netherlands, so latency shouldn't be much of an issue. ISP is VodafoneZiggo, trace looks pretty decent: Tracing route to brick.novos.be [xx.xx.xx.xx]over a maximum of 30 hops: 1 4 ms 4 ms 4 ms 192.168.xx.x …
-
Cheers, was curious about the service so I signed up. First impression is that it takes 36.61 seconds to upload ~ 11 MB, 115 seconds to upload 20.6 MB on a 40 Mbit upstream connection which seems kinda slow. The overall response is pretty bad tbh, i…
-
Slightly off-topic, but Samsung EVO Plus has been powering my Raspberry Pi's for 3-4 years (24/7). Not a single one has failed. In fact, my very first Pi still runs off it's original SD card, I believe that's a Kingston card though. I must admit how…
-
(Quote) Yep, I've switched from Duplicity to BorgBackup a few years ago for the same reason, it's hardly stable with larger backups (> 100 GB). Borg has been absolutely solid so far.
-
(Quote) You're welcome :) Not sure what you mean with include init.php since the docs don't mention this file? Since the plugin is included by Blesta you don't necessarily need to include anything, since Blesta already takes care of that. Also, wh…
-
(Quote) You should probably be able to do just as they explain in their documentation and use $this->Record to access the database. I'm not entirely sure, but since you inherit your plugin from the abstract class Plugin, you inherit some basic B…
-
(Quote) Should be easy to do, assuming it's not a core change. I'll look into it when I'm working with Vanilla.
-
AndOTP is pretty sweet. Google Authenticator will be updated soon with the cross device functionality. Not exactly sure when the update is due however
-
(Quote) Yeah it is, that's why I'm so surprised to see this coming from a Google engineer. A bunch of things are written in C, including the Linux kernel and various services. It might be more difficult to implement code in a secure way using C, but…
-
(Quote) I blame auto correct! :grin: (Quote) Well it obviously depends on the connection used for testing. Nuremberg is slightly (2 ms) faster to AMS-IX than Falkenstein. However, one has to keep in mind that not all internet traffic passes through…
-
Blaming a programming language for your own faults. (Image)
-
(Quote) It has been in there for at least a year, but was disabled by default until recently. Visual studio code + remote SSH is still better than code-server IMO but it's not bad at all.
-
(Quote) WordPress might hammer the CPU at times but won't generally cause a persistent high load. I'd recommend Hetzner. You will benefit from the 2 vCPU's and additional RAM. And yes I believe Frankenstein is better in terms of networking.
-
Are you planning on hammering the CPU? Hetzner is better value for the money so I'd go with Hetzner in your place. Hetzner will throttle your VPS if you consume too much CPU.
-
For Docker enthusiasts, the linuxserver image is well maintained: https://hub.docker.com/r/linuxserver/code-server
-
(Quote) You need a minimum of 2 GB. Code-server utilizes about 1 - 1.5 GB of memory. It can run under any port and can run behind a reverse proxy.
-
Visual Studio Code Portable + Remote SSH? If you don't want to run an executable on the client at all, consider looking at code-server. I'm using code-server on my Chromebook and it works pretty neat. For dedicated machines I do prefer Visual Studi…
-
(Quote) Sure, here you go: (Image)
-
(Quote) They do have dedicated servers for torrents: (Image) (Quote) I don't see that stated anywhere?
-
(Quote) Nah, a device is strictly speaking an active device. I can use the same certificate on multiple devices as long as they're not simultaneously connected. Since I run most of my stuff in Docker I can just spin up an OpenVPN client container an…
-
(Image) Cheers!