[-] [email protected] 1 points 2 days ago

sorry, non open source is not acceptable in my view

[-] [email protected] 1 points 2 days ago

I might be wrong, but search results gives "Vivaldi is not entirely open source"

[-] [email protected] 2 points 3 days ago
[-] [email protected] 1 points 3 days ago* (last edited 3 days ago)

Well at least it is open source, I guess the best alternative for people who want a chromium based browser with sync feature

[-] [email protected] 1 points 3 days ago

could you elaborate on the consequences of removing manifest 2? Does it mean Ublock Origin will be unavailable in Brave in the future?

[-] [email protected] 4 points 3 days ago* (last edited 3 days ago)

if you find any backdoor in librewolf and share it with public I would be very grateful

[-] [email protected] 2 points 3 days ago
-7
submitted 3 days ago* (last edited 3 days ago) by [email protected] to c/[email protected]

For people who are choosing between Librewolf and Brave

What Librewolf can do (but Brave can’t):

  • Be run in a portable form
  • Duplicate / manage user profiles easily
  • Use a self‑hosted sync server
  • Install most browser plugins on mobile (e.g. Iceraven)
  • Use containers to separate cookies
  • Store browser history permanently

What Brave can do (but Librewolf can’t):

  • Provide a better mobile user experience, including:
    • smoother animations
    • quick switching between tabs (tab icon feature)
  • Translate web pages on mobile devices
11
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

Can someone please help me test https://f-droid.org/packages/com.github.axet.callrecorder on non-rooted latest GrapheneOS? It is able to auto start but it records silence.

thanks a lot for your kindly help

EDIT: call recording is legal in my country

7
submitted 1 month ago by [email protected] to c/[email protected]

Can someone please help me test https://f-droid.org/packages/com.github.axet.callrecorder on non-rooted latest GrapheneOS? It is able to auto start but it records silence.

thanks a lot for your kindly help

14
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

Where do you download free sticker / meme pack?

I have only found https://signalstickers.org/ and I can't actually download them, i can only install them on signal (Please guide me if you know how to download zip packs from it)

List of sticker / meme pack webistes that cannot download directly

List of sticker / meme pack webistes that cannot download directly

Please share yours!!

thanks a lot

p.s. I'm not sure if this is the right community to post this. I apologize in advance.

8
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

I can only install limited sticker in the sticker extension

How do I find and install more sticker packs?

thanks a lot

4
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

I can only install limited sticker in the sticker extension

How do I find and install more sticker packs?

20
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
  • Need recommendations of open-source/selfhost sticker/meme management system. I have tried
    • hydrus
      • no mobile app
    • pinry
      • no mobile app
    • immich
      • cannot create album inside album
      • I want to have a album with all memes in it
      • and organize them by folder
      • if organize them by tags it cannot be shared easily in message app like element
    • EweSticker
      • can sync folder to desktop
      • no desktop support
  • What I'm looking for:
    • able to sync between windows linux and android
    • integration with keyboard (best to integrate with flourish / FUTO ...)
    • Organize by folder / album structure
    • able to quickly save an image to the desired folder / album
    • OCR and offline AI support would be nice
    • able to tag / edit / add description

Thank you in advance for your help.

1
submitted 1 month ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.world/post/33431897

Is it possible to Spoof Android User Agents without rooting? I have found https://github.com/ray-lothian/UserAgent-Switcher but it requires rooting. Since I'm using GOS I don't think rooting my device is a good idea.

thanks a lot for your help

7
submitted 1 month ago by [email protected] to c/[email protected]

Is it possible to Spoof Android User Agents without rooting? I have found https://github.com/ray-lothian/UserAgent-Switcher but it requires rooting. Since I'm using GOS I don't think rooting my device is a good idea.

thanks a lot for your help

27
submitted 1 month ago by [email protected] to c/[email protected]

Need recommendations of Open source real time voice changer app for making phone call

I have found https://github.com/jurihock/voicesmith/tree/master but the version is too old for my device and f-droid prevents me from installing it

are their any other alternatives?

thanks a lot

1
submitted 1 month ago by [email protected] to c/[email protected]

I have >350 albums automatically generated. Nearly all of albums comes from a folder managed by Obsidian. I'm having trouble to understand why the system create an album for every folder on my device.

If I only need photos and screenshots album, How do I remove access of album creation for a specific folder?

One reason I'm asking is because I'm having trouble locating the photo album i want to backup with immich, it is really hard to locate an album in randomly ordered list of hundreds of albums

thanks a lot in advance

37
submitted 1 month ago by [email protected] to c/[email protected]

I'm trying to set up local DNS using Pi-hole.

I have successfully set up Pi-hole and added a local DNS record local.com, pointing it to the server running the Pi-hole container 192.168.0.101.

Then I set up the Audiobookshelf container using the guide from Audiobookshelf, where I set up Nginx Proxy Manager with the following compose file:

services:
  nginx-proxy-manager:
    image: docker.io/jc21/nginx-proxy-manager:latest
    container_name: nginx-proxy-manager
    ports:
      - 80:80
      - 443:443
      - 81:81
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt
    restart: unless-stopped

And Audiobookshelf with the following compose file:

services:
  audiobookshelf:
    image: ghcr.io/advplyr/audiobookshelf:latest
    container_name: audiobookshelf
    volumes:
      - ./audiobooks:/audiobooks
      - ./podcasts:/podcasts
      - ./metadata:/metadata
      - ./config:/config
    restart: unless-stopped
networks:
  nginx:
    name: nginx-proxy-manager_default
    external: true

I did not specify a port, hoping that Nginx could manage it.

Then I set up Nginx Proxy Manager following the guide from Audiobookshelf by adding a proxy host. ~~Trying to resolve audiobookshelf.local.com to~~ I simply followed the guide and wasn’t sure why the “Forward Hostname / IP” should be the container name audiobookshelf.

I also created a self-signed certificate.

But I cannot access https://audiobookshelf.local.com/ or http://audiobookshelf.local.com/ (it automatically forwards to HTTPS).


I tried adding a local DNS record:
audiobookshelf.local.com192.168.0.101 in Pi-hole.
Now, when I access audiobookshelf.local.com, the site shows:
502 Bad Gateway – openresty


I think the problem lies in the Docker network setup. I suspect the Audiobookshelf Docker container is not communicating with Nginx.


Would appreciate any help!

[-] [email protected] 8 points 2 months ago

MediaDRM is used in bank apps as well, which is hard to avoid

[-] [email protected] 8 points 2 months ago* (last edited 2 months ago)

Just tested Pixel Camera is indeed better. Still looking for an Open Source alternative that could compete with it though

[-] [email protected] 8 points 2 months ago* (last edited 2 months ago)

https://support.mozilla.org/en-US/kb/thunderbird-telemetry

telemetry does exist in thunderbird and can be disabled by instruction.

view more: next ›

happeningtofry99158

0 post score
0 comment score
joined 2 months ago