acefour

joined 1 year ago
-10
Not a good sign (lemmy.thesmokinglounge.club)
 

Looking at every post there are zero comments

[–] [email protected] 2 points 1 year ago

I got sick of vendors being a year behind on updates which would prompt me to use a custom ROM. Decided to finally just get a pixel and live with the fact I will never be able to de-google myself unless I totally leave the eco-system

[–] [email protected] 1 points 1 year ago

oh? Nice! Will give that a try this weekend!

[–] [email protected] 1 points 1 year ago

Proton Pass does do a BitWarden import so I will probably run with that for awhile.

[–] [email protected] 1 points 1 year ago (2 children)

Export was JSON, keypassXC supports CSV so converted to CSV but the import seemed scrambled. Just didn't work well. I see there is an issue on bitwarden import but isn't ready yet for keepassXC

[–] [email protected] 4 points 1 year ago (5 children)

Just wish KeepassXC supported Bitwarden export. Tried that earlier this week and it was no good. So staying on Bitwarden. I did install Proton Pass and tried it out. It is not as intrusive as Bitwarden on Android for permissions. Staying on Bitwarden for now . . . I hate passwords . . .

[–] [email protected] 1 points 1 year ago

So not sure what you are using for proxy. I am using Caddy which will make a certificate for you.

I have Cloudflare for DNS and point it to my in-home router and is set to Proxy status to DNS only. The in-home router points to my box for 443.

Spin up and go to privatebin.mydomain.tld

./data/caddy/Caddyfile

{
	email [email protected]
}
privatebin.mydomain.tld{
	reverse_proxy privatebin:8080
}

docker_compose.yml

version: "3.9"

networks:
  web:
    external: true
  caddy_internal:
    external: false
    driver: bridge

services:
  caddy:
    image: caddy:latest
    restart: unless-stopped
    container_name: caddy
    ports:
      - "80:80"
      - "443:443"
    volumes:
      - ./data/caddy/Caddyfile:/etc/caddy/Caddyfile
      - ./data/caddy/data:/data # Optional
      - ./data/caddy/config:/config # Optional
    networks:
      - web
      - caddy_internal
  privatebin:
    image: privatebin/nginx-fpm-alpine:latest
    restart: unless-stopped
    container_name: privatebin
    volumes:
      - ./data/privatebin:/srv/data
    networks:
      - caddy_internal
[–] [email protected] 4 points 1 year ago

Probably a PCMag puff piece placed by a marketing firm for Reddit. Happens a lot.

[–] [email protected] 28 points 1 year ago (1 children)

Maybe IBM can hire the Reddit CEO when he is fired to head up Red Hat. Seems like a perfect fit

[–] [email protected] 4 points 1 year ago (1 children)

Yeah, Lemmy bot net. I looked at one server and it was ridiculous the number of users vs active. My guess is the servers that had open signups got hammered with bot signups

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

I have gone back and forth on KeePassXC and Bitwarden. I usually do a yearly reset of all my passwords and that is when i do the switch. I'm fine with Bitwarden but permissions to make it easy on Android phone seems excessive. You guys are prompting me to reexamine.

Anyone try self-hosting VaultWarden?

[–] [email protected] 9 points 1 year ago

Blueification of Red Hat . . . sad times

[–] [email protected] 5 points 1 year ago

What will happen is Meta will give someone a giant teddy bear just like they do at the State Fair. Then everyone rushes to try and win the giant teddy bear but can never seem to win the ring toss no matter how much they click.

view more: next ›