rambos

joined 1 year ago
[–] rambos@lemm.ee 0 points 3 days ago

Thank you mate. I'm happy to share

[–] rambos@lemm.ee 4 points 5 days ago

Thx, Ill check it out

[–] rambos@lemm.ee 3 points 5 days ago
[–] rambos@lemm.ee 7 points 5 days ago (2 children)

Thx!

I dont know how to build mobile app, at least not yet. It should work fine on mobile browser tho, it looks good enough on my phone. Did you try opening the page on your phone?

I was thinking about mobile reminders. Before this app I made a same thing under home assistant. I have made automations for android notifications, I also made another automation that sets alarms on Android device every morning. I ended up not using them since built in clock alarms work every time and dont rely on anything. I'm considering that anyway and I might give it a shot soon

 

Hello lovely people, I'm enjoying this community a lot, I have learnt many things and got my server up and running with decent amount of useful services. It wouldn't be possible without all the help I got here and it's time to give back something from myself. Maybe one of you will host this app, hopefully.

MedAssist is a simple Node.js application made with love to help my partner manage their daily medications. It makes it easy to keep track of medication inventory and reorder on time by sending reminders. If you're unsure whether a dose was taken, just check the dashboard, and comparing the expected stock with the actual quantity can help confirm. For travel, MedAssist takes away the stress by generating a quick list of all necessary medications for the time you’ll be away.

Keep in mind I’m not a professional programmer, coding is just a hobby for me. Working on this project is a way for me to unwind on stressful days and spend some time doing something I enjoy. I’d be happy if anyone else finds it useful, but I’ll likely keep it going either way!

I am self educated and I have already impressed myself with results I got so far, but it might make real coders laugh (which is also not bad hehe). I had some previous javascript experience (some simple stuff), but other than that I followed many guides and got decent amount of help from AI.

Features:

  • Track medication inventory and know exactly when to reorder
  • Receive email reminders when supplies are low
  • Generate a custom medication list for travel, including quantities needed for your chosen timeframe (optionally send by e-mail)
  • Simple dashboard showing medication status and upcoming schedules
  • User friendly web interface for easy medication management and configuration

It can be hosted in Docker container and docker-compose is available on GitHub. You can also try out Demo

It is my first GitHub project, also first application and first docker container I made. Feel free to ask anything, feedback and all suggestions are welcome!

Have a nice day R

[–] rambos@lemm.ee 1 points 2 months ago

Hehe you are awesome 😂

[–] rambos@lemm.ee 1 points 2 months ago

cache few years, but time to time I have problems w

Thx, Ill check it out

[–] rambos@lemm.ee 1 points 2 months ago (2 children)

Thank you a lot for being patient with me :D

dd if=/dev/zero of=1g-testfile bs=1G count=1
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.62269 s, 232 MB/s

This HDD is obviously working fine and much faster than I thought it can. I guess I have to find bottleneck elswhere

[–] rambos@lemm.ee 2 points 2 months ago

Thank you. The files I download are usually 5-30 GB size. I don't want to max out my internet speed, I just want to get the files in media library ASAP after requesting download manually (happens maybe few times a week)

It makes sense, Ill test sequential and random write performance and maybe even test it since I have the hardware available.

At first I wasn't aware that my speed is super low for HDD, therefore I was looking for some magic solution with SSD speeds and HDD storage that might not even exist. I have to do more testing for sure

[–] rambos@lemm.ee 2 points 2 months ago (4 children)

Thx. Ive seen dd commands in guides how to test drive speed, but I'm not sure how can I specify what drive I want to test. I see I could change "if" and "of", but don't trust myself enough to use my own modified commands before understanding them better. Will read more about that. Honestly I'm surprised drive speed test is not easier, but its probably just me still being noob xD

[–] rambos@lemm.ee 2 points 2 months ago

Ill look into ZFS, but in meantime I found out my HDD is probably not bottleneck. Still want to learn about this so thanks for your comment

[–] rambos@lemm.ee 4 points 2 months ago (7 children)

I have managed to copy with rsync and getting 180 MB/s. I guess my initial assumption was wrong, HDD is obviously not bottleneck here, it can get close to ISP speed. Thank you for pointing this out, Ill do more testing these days. Im kinda shocked because I never knew HDD can be that fast. Gonna reread all the comments as well

30
submitted 2 months ago* (last edited 2 months ago) by rambos@lemm.ee to c/selfhosted@lemmy.world
 

After upgrading my internet connection I immediatelly noticed that my HDD tops 40 MB/s and bottlnecking download speed in qbittorrent. Is it possible to use SSD drive as a catch drive for 12 TB HDD so it uses SSD speeds when downloading and moves files to HDD later on? If yes, does it make sense? Anyone using anything simmilar? Would 512 GB be enough or could I benefit from 2TB SSD?

HDD is just for jellyfin (movies/shows), not in raid, dont need backup for that drive, I can afford risking data if that matters at all

All suggestions are welcome, Thx in advance

EDIT: I obviously have upset some of you, wasn't my intention, I'm sorry about that. I love to tinker and learn new things, but I could live with much lower speeds tho... Please don't hate me if I couldn't understand your comment or not being clear with my question.

HDD being bottleneck at 40 MB/s was wrong assumption (found out in meantime). I'm still trying to figure out what was the reason for download to be that slow, but I'm interested in learning about the main question anyway. I just thought I'm experiencing the same issue like many people today, having faster internet than storage. Some of you provided solutions I will look into, but need time for that and also have to fix whatever else I'm having issue with.

Keep this community awesome because it is <3

 

Hey guys, Ive been running PoP OS for more than a year without any big issues until today. I did a reboot (with checkmark to do updates) and after that PC got stuck at MBO logo. After reading a bit I rebooted again and was holding space button -> chose old kernel and PC started. One screen was just black while the other one was using super low resolution. I went to pop_shop and downgraded video drivers from 555 to 470 and eddited /boot/efi/loader/loader.conf to default Pop_OS-oldkern rebooted and viola its booting fine. Then I noticed my app PrusaSlicer (flatpak) doesnt show the Platter (main tab) and it crashes if I try to slice. I read it could be graphic driver related. Then I was struggling to update drivers to 555 again and eventually succeeded using sudo apt remove ~nnvidia and sudo apt install pop-desktop system76-driver-nvidia. I believe Im using old kernel and new gpu drivers, but still have an issue with PrusaSlicer. Anyone know a solution?

When I had only one screen working (at low resolution) PrusaSlicer was working fine...reinstall doesnt help at all

Thx in advance

 

Hey guys,

I made an automation that powers off my bluetooth speaker (using IR blaster) when ChromeCast is powered off for more than 10 s. Automation is working fine, but sometimes ChromeCast changes state from OFF to Unavailable and back to OFF in just a few seconds. I have no idea why is that happening, but it triggers automation and turns ON the speaker (it is the same IR button for ON and OFF) and gets it out of sync.

What condition or trigger should I use to make it work only when ChromeCast state changes from ON to OFF and ignores Unavailable to OFF?

There is my automation:


alias: Turn off JBL
description: if CC is off for 10 sec
trigger:
  - platform: device
    type: turned_off
    device_id: bc1049ea43a53092952d364749c3fb4c
    entity_id: ae0ea35649746ed5cea16f8d6ca54dd3
    domain: remote
    for:
      hours: 0
      minutes: 0
      seconds: 10
condition: []
action:
  - service: remote.send_command
    metadata: {}
    data:
      num_repeats: 1
      delay_secs: 0.4
      hold_secs: 0
      device: jbl
      command: "off"
    target:
      device_id: 4f1f3a13324e03646ff6b03aed27f2fe
mode: single

thanks in advance

 

Hey guys. Im running Home Assistant in docker container for few years and I'm super happy with it. The only way I access my server when not home is wireguard VPN. I noticed that I'm still receiving notifications even when not connected to VPN. I wonder how is that possible?

I don't have sub for HA Cloud or Nabu Casa. I also don't own a domain, using duckdns for wireguard connection and reverse proxy (npm). I thought I have 100% local setup, but I guess there is a Google or HA server in between. I don't want to disable the feature, I just want to know where is my data being sent

Thx

 

Hey guys. Is there any Android TV app that can trigger auto turn off after set amount of time of not using CC remote control?

We have a projector connected to ChromeCast with Google TV 4k and also a bluetooth speaker connected to CC. Sometimes we fall asleep while watching a movie/show at night and it is just wasting projector lamp hours. What I want is actually a basic TV feature that pops a message on the screen "shutting down in xxx seconds" and gets canceled with any button on CC remote control.

Projector actually has that feature, but then I have to use projectors remote control (trying to get rid of it with smart IR blaster and Home Assistant) to cancel the shutdown and even if it goes off CC is still playing sound from BT speaker. Projector has HDMI CEC settings, but it is not working at all unfortunately.

CC has a feature "Automatically turn off when inactive", but it never gets to inactive state because Jellyfin will just play a next episode (can be disabled, but would like to keep it) or TiVi mate is just playing until closed manually.

All opinions are welcome, thanks

35
submitted 6 months ago* (last edited 6 months ago) by rambos@lemm.ee to c/linux@lemmy.ml
 

Every time I wake up PC from sleep I have to go to bluetooth settings -> select device -> enable connection to get sound on bluetooth speakers (Anker Soundcore). Bluetooth came with MBO and drivers were working out of the box after PopOS install.

I hope there is a command I can use instead of clicking in the GUI. Anyone know a command I could use?

[SOLUTION]

Using this command (with bluetooth speaker MAC address):

bluetoothctl connect A4:77:58:0A:DF:F1

[SOLUTION]

Bonus question: I was thinking I could map that command to a keyboard shortcut (like CTRL+ALT+B). What is the best way (or app) to accomplish this? I believe I could google this part quickly, but happy to hear suggestions anyway

[SOLUTION]

It's possible with PopOS: Settings -> Keyboard -> Keaboard Shortcuts -> Custom Shortcuts

[SOLUTION]

<3

 

Hey guys, I was happily running 44 docker containers for a while on Debian host. Today I tried to add a new service (uptime-kuma) using portainer stacks, but I got this error:

Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

Quick google led me to this link where I found possible problem with max number of docker networks. I did docker network prune, it removed 5 networks that were not in use and viola, uptime-kuma is working now!

Am I reaching the limit? What to do if I need 10 more services on the same host? I bet I saw some people in this community running many more services

-10
submitted 9 months ago* (last edited 9 months ago) by rambos@lemm.ee to c/privacy@lemmy.ml
 

I have some Bitcoin and Ethereum on Coinbase since 2018. Coinbase never failed me, but they ask for more and more personal details. Last requests made me look for alternatives. I read wasabi is one of the best privacy focused wallets, but what do you use? Im not trying to hide anything from goverment or anything like that, I just want safe place for coins that doesnt feel like someone is tracking every single step I make

Edit: made sentence more clear

 

Hello selfhosters,

I recently moved to a new place with faster internet (320/130 Mbps) and now I see that VPN is limiting my torrent speed.

I was testing multiple AirVPN (wireguard) servers and I'm getting 80-120 Mbps on speedtest-cli, but in torrents it goes bit higher to about 180-200 Mbps. I usually use it trought gluetun container, but was also testing with eddie-cli and I get pretty much the same results.

I was reading that people get 600 Mbps and even 1+ Gbps on AirVPN. What is your experience? If this is AirVPN limit, what would you suggest as alternative with port forwarding to saturate my bandwidth? I can live with these speeds, just want to check if there is better alternative or something missconfigured on my side.

Cheers

 

I know we had posts like this before, but Immich deserves 👏

One more update, one less container, the best Google Photos alternative, its just amazing!!

Don't forget to edit your docker-compose before updating

 

Hello selfhosters,

I need recommendation for cheap VPS that I will use to host gramps only. Gramps is selfhosted app for building family tree.

I tested gramps in docker container on my home server and its awesome, check it out. My home server is not open to public (accessing it using wireguard only) and I would like to give access to some family members (3-4) for gramps. I thought its best to pay for cheap VPS and run gramps only to avoid any security issues on my home network.

I believe performance and storage requirements fit in any cheapest model, but not sure which VPS is the easiest to setup. I have my own domain from porkbun, but I have never set SSL certs properly before and I have never used VPS. I see this as a great opportunity to learn, but also to make some family members happy <3

I'm eying servercheap.com and it says in description "1 IPv4", but then it offers "Add'l Ipv4 Addresses" for 9$. I'm bit lost here and I'm not even sure do I need IPv4 address. Maybe I can run duckdns or ddclient to avoid additional cost?

How is your experience with servercheap? Is there anything better for similar price?

Also, any tips for building server like that are appreciated. I was thinking Debian 11 + gramps in docker container since I'm familiar with that setup.

Cheers

view more: next ›