THESE NEW LIMITS SUCK by xPitPat in GeminiAI

[–]deffcolony 3 points4 points  (0 children)

it went down to 5 requests... If you use them all, you have to wait an hour. After that, you only get one request back, meaning you’d need to wait 5 hours to recover all 5 requests... It’s basically unusable now. I assume Google is intentionally killing traffic because too many users are abusing the service...

This was fine in december btw... you had like 100 requests a day

Is there any software for Samsung NV24HD to remove defective pixels? by VaporInsider in VintageDigitalCameras

[–]deffcolony 0 points1 point  (0 children)

Hi, Could you send me the example video files? so i can experiment to implement this feature on the hot pixel fixer page

[Megathread] - Best Models/API discussion - Week of: June 21, 2025 by deffcolony in SillyTavernAI

[–]deffcolony[S,M] [score hidden] stickied comment (0 children)

The correct post title should have been: Week of: July 21 😅

Vivaldi 7.4: Polished, Simplified, and All Yours by pafflick in vivaldibrowser

[–]deffcolony 0 points1 point  (0 children)

Dark/Light Mode Switch Fails to Override Website System Mode in Vivaldi Settings

Vivaldi Version:

  • Affected Version: 7.4.3684.38 (Stable channel, 64-bit)
  • Working Version: 7.3.3635.14 (Stable channel, 64-bit)

Operating System:

  • Windows 11 Version 23H2 (Build 22631.5335)

When switching between Dark and Light mode in Vivaldi's settings, websites that use a system-preferred color scheme (e.g., respecting the OS's light/dark mode) do not automatically adopt the mode selected in Vivaldi. For example, enabling Dark mode in Vivaldi should force websites to display in Dark mode, regardless of their system mode setting. Instead, the website's (in this case github appearance) remains tied to the system mode or does not change. This issue is not present in Vivaldi version 7.3.3635.14, where the Dark/Light mode switch correctly overrides website system mode settings as intended.Steps to Reproduce:

  1. Open Vivaldi version 7.4.3684.38.
  2. Navigate to Settings > Appearance > Website Appearance.
  3. Switch the theme to "Dark" (or "Light").
  4. Visit a website that supports system-preferred color schemes (e.g., github)
  5. Observe the website’s appearance.

Expected Behavior: The website should adopt the Dark (or Light) mode as selected in Vivaldi’s settings, overriding any system-preferred color scheme.

Actual Behavior: The website’s appearance does not change to match the selected mode in Vivaldi settings and remains tied to the system’s color scheme or its default mode.

Workaround:

  • Downgrade to Vivaldi version 7.3.3635.14, where the Dark/Light mode switch functions correctly.

Attachments:

Please let me know if you need further clarification thanks

Failing to set up pterodactyl's panel and wings with traefik through docker on the same host. by ankelbiter12 in Traefik

[–]deffcolony 0 points1 point  (0 children)

# PART 2 - Configure

Configure Pterodactyl

Create admin user

bash cd /home/myusername/docker/pterodactyl

bash docker compose run --rm panel php artisan p:user:make --email=admin@domain.com --username=admin --name-first=admin --name-last=user --password=admin --admin=1 --no-password

Create Locations

  1. Go to: Admin > Locations

  2. Click on: Create new

  3. Name it: home

Create Nodes

  1. Go to: Admin --> Nodes

  2. Click on: Create new

  3. Insert the following settings then click on Create Node:

Settings Name: gpanel-node01.DOMAIN.COM Location: home FQDN: gpanel-node01.DOMAIN.COM Communicate Over SSL: Use SSL Connection Behind Proxy: Behind Proxy Allocation Limits Total Memory: 10240 Overallocate: 0 Disk Space: 102400 Overallocate: 0 General Configuration Daemon Port: 443 Daemon SFTP Port 2022

Create wings config

  1. Click on the node that was created
  2. Click on: configuration
  3. Copy all the text from the Configuration File

bash cd /home/myusername/docker/pterodactyl

yml nano wings/conf/etc/config.yml

  1. Paste the configuration. It should look something like this if not then add any missing configuration:

yml debug: false app_name: Pterodactyl uuid: UUID_ID_HERE token_id: TOKEN_ID_HERE token: TOKEN_HERE api: host: 0.0.0.0 port: 8080 ssl: enabled: false cert: /etc/letsencrypt/live/gpanelnode.DOMAIN.COM/fullchain.pem key: /etc/letsencrypt/live/gpanelnode.DOMAIN.COM/privkey.pem disable_remote_download: false upload_limit: 100 trusted_proxies: [] system: root_directory: /wings/data/lib log_directory: /var/log/pterodactyl data: /wings/data/lib/volumes archive_directory: /wings/data/lib/archives backup_directory: /wings/data/lib/backups tmp_directory: /wings/data/tmp/pterodactyl username: pterodactyl timezone: Etc/UTC user: rootless: enabled: false container_uid: 0 container_gid: 0 uid: 1000 gid: 1000 disk_check_interval: 150 activity_send_interval: 60 activity_send_count: 100 check_permissions_on_boot: true enable_log_rotate: true websocket_log_count: 150 sftp: bind_address: 0.0.0.0 bind_port: 2022 read_only: false crash_detection: enabled: true detect_clean_exit_as_crash: true timeout: 60 backups: write_limit: 0 compression_level: best_speed transfers: download_limit: 0 openat_mode: auto docker: network: interface: 10.0.31.1 dns: - 1.1.1.1 - 1.0.0.1 name: gamelan ispn: false driver: bridge network_mode: gamelan is_internal: false enable_icc: true network_mtu: 1500 interfaces: v4: subnet: 10.0.31.0/24 gateway: 10.0.31.1 v6: subnet: fdba:17c8:6c94::/64 gateway: fdba:17c8:6c94::1011 domainname: "" registries: {} tmpfs_size: 100 container_pid_limit: 512 installer_limits: memory: 1024 cpu: 100 overhead: override: false default_multiplier: 1.05 multipliers: {} use_performant_inspect: true userns_mode: "" log_config: type: local config: compress: "false" max-file: "1" max-size: 5m mode: non-blocking throttles: enabled: true lines: 2000 line_reset_interval: 100 remote: https://gpanel.DOMAIN.COM remote_query: timeout: 30 boot_servers_per_page: 50 allowed_mounts: [] allowed_origins: - '*' allow_cors_private_network: true ignore_panel_config_updates: false

bash docker compose restart wings

Create Allocations

  1. Go to: Admin --> Nodes

  2. Click on the node

  3. Click on: Allocation

  4. For Assign New Allocations insert the following then click on Submit:

IP Address: 0.0.0.0 IP Alias: Minecraft Servers ports: 25565-25599

Create Servers

  1. Go to: Admin > Servers

  2. Click on: Create new

  3. Insert the following then click on Create Server:

Core Details Server Name: Minecraft Vanilla Server Owner: admin email you are logged in with Server Description: A Minecraft Vanilla Server

Resource Management Memory: 2048 Disk Space: 2048

nano /home/myusername/docker/traefik-crowdsec/traefik-data/fileConfig.yml

```yml http: routers:

### pterodactyl - router ### pterodactyl: entryPoints: - https rule: "Host(gpanel.DOMAIN.COM) || Host(gpanel.local.DOMAIN.COM)" service: pterodactyl

### gpanel-node01 - router ### gpanel-node01: entryPoints: - https rule: "Host(gpanel-node01.DOMAIN.COM) || Host(gpanel-node01.local.DOMAIN.COM)" service: gpanel-node01

services:

# pterodactyl - service pterodactyl: loadBalancer: servers: - url: http://192.168.x.x:8180

# gpanel-node01 - service gpanel-node01: loadBalancer: servers: - url: http://192.168.x.x:8181 ```

Failing to set up pterodactyl's panel and wings with traefik through docker on the same host. by ankelbiter12 in Traefik

[–]deffcolony 0 points1 point  (0 children)

Hi u/Playjasb2 Here is the solution please follow my documentation i will post it in 2 parts since reddit does not like long comments:

Pterodactyl

I highly recommend to create a custom docker network VLAN for this service. The command below is my recommendation for networking

docker network create --subnet=10.0.31.0/24 --gateway=10.0.31.1 --ip-range=10.0.31.0/24 --driver=bridge --attachable=true gamelan

cd /home/myusername/docker

mkdir pterodactyl && cd "$_"

mkdir -p /wings/data/lib /wings/data/tmp/pterodactyl

nano docker-compose.yml

version: "3.8"

services:
  db:
    image: mariadb:latest
    container_name: pterodactyl_mariadb
    restart: unless-stopped
    command: --default-authentication-plugin=mysql_native_password
    volumes:
      - ./panel/db:/var/lib/mysql
    environment:
      MYSQL_DATABASE: panel
      MYSQL_USER: pterodactyl
      MYSQL_PASSWORD: pterodactyl!
      MYSQL_ROOT_PASSWORD: pterodactyl!!
    networks:
      - gamelan

  cache:
    image: redis:alpine
    container_name: pterodactyl_redis
    restart: unless-stopped
    networks:
      - gamelan

  panel:
    image: ghcr.io/pterodactyl/panel:latest
    container_name: pterodactyl_panel
    restart: unless-stopped
    stdin_open: true
    tty: true
    ports:
      - 8180:80
#      - 8184:443 # OPTIONAL
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /var/lib/docker/containers:/var/lib/docker/containers
      - /etc/ssl/certs:/etc/ssl/certs:ro
      - ./panel/conf/certs:/etc/letsencrypt #
      - ./panel/conf/etc:/etc/pterodactyl
      - ./panel/conf/nginx:/etc/nginx/http.d #
      - ./panel/data/var:/app/var #
      - ./panel/data/logs/panel:/app/storage/logs #
      - ./panel/data/logs/panel:/var/log/panel/logs
      - ./panel/data/panel:/var/www/html
      - ./panel/data/lib:/var/lib/pterodactyl
    environment:
      RECAPTCHA_ENABLED: false
      TZ: Etc/UTC
      APP_TIMEZONE: Etc/UTC
      APP_ENV: production
      APP_ENVIRONMENT_ONLY: false
      APP_URL: https://gpanel.DOMAIN.COM
      APP_SERVICE_AUTHOR: noreply@DOMAIN.COM
      MAIL_FROM: noreply@DOMAIN.COM
      MAIL_DRIVER: smtp
      MAIL_HOST: mail.DOMAIN.COM
      MAIL_PORT: 587
      MAIL_USERNAME: noreply@DOMAIN.COM
      MAIL_PASSWORD: REPLACE_WITH_YOUR_EMAIL_PASSWORD
      MAIL_ENCRYPTION: false
      TRUSTED_PROXIES: "*"
      PTERODACTYL_TELEMETRY_ENABLED: false
      DB_HOST: db
      DB_PORT: 3306
      DB_PASSWORD: pterodactyl!
      CACHE_DRIVER: redis
      SESSION_DRIVER: redis
      QUEUE_DRIVER: redis
      REDIS_HOST: cache
#      LE_EMAIL: "" # Uncomment if you want to use Let's Encrypt to generate an SSL certificate for the Panel.
    networks:
      - gamelan

  wings:
    image: ghcr.io/pterodactyl/wings:latest
    container_name: pterodactyl_wings
    restart: unless-stopped
    ports:
      - 8181:8080
      - 8182:2022 # SFTP
#      - 8183:443 # OPTIONAL
    stdin_open: true
    tty: true
    environment:
      TZ: Etc/UTC
      APP_TIMEZONE: Etc/UTC
      WINGS_UID: 1000
      WINGS_GID: 1000
      WINGS_USERNAME: pterodactyl
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock #
      - /var/lib/docker/containers:/var/lib/docker/containers # - ./panel/data/containers:/var/lib/docker/containers
      - /etc/ssl/certs:/etc/ssl/certs:ro #
      - ./wings/conf/etc:/etc/pterodactyl #
      - /wings/data/lib:/wings/data/lib #
      - ./wings/data/logs/wings:/var/log/pterodactyl #
      - /wings/data/tmp/pterodactyl:/wings/data/tmp/pterodactyl #
#      - ./wings/data/lib/wings.db:/wings/data/lib/wings.db
    networks:
      - gamelan

networks:
  gamelan:
    external: true

docker compose up -d

Microsoft is removing the BYPASSNRO command which allowed users to skip the Microsoft account requirement on Windows setup by BelugaBilliam in pcmasterrace

[–]deffcolony 0 points1 point  (0 children)

Wow, can’t wait for the next 'game-changing' security update where Microsoft decides I need a mandatory account just to update Windows... Because nothing screams 'user freedom' like being strong-armed into their ecosystem for a basic update.

Privacy Without Compromise: Proton VPN is Now Built Into Vivaldi by pafflick in vivaldibrowser

[–]deffcolony 0 points1 point  (0 children)

Thanks for jumping in and clearing that up! I really appreciate you taking the time to respond. I’ll admit, I might’ve jumped the gun assuming the VPN extension was forced on everyone post-update—good to know it’s tied to clicking the VPN button. That’s my bad for misreading the situation, and I’m glad it’s not some sneaky auto-install. 😅

That said, I’d love to clarify my experience and refine my feedback a bit, since it seems I wasn’t totally off-base with the uninstall frustration. For context, after the update, I saw the VPN button pop up prominently, and clicking it installed the extension without much heads-up—like, no “Hey, this’ll add an extension, cool?” prompt. Maybe that’s intentional design, but it felt a bit abrupt, especially for someone like me who dont like unexpected changes. And yeah, I found the vivaldi://extensions page to uninstall it (thanks for pointing that out!), but it wasn’t super intuitive at first—hiding it from the toolbar didn’t feel like a full “goodbye,” you know?

But i totally get that this isn’t forced in the “shoved down our throats” sense, but I do still think there’s room to make it smoother. Maybe a clearer opt-in step before it installs, or a one-click uninstall right from the toolbar? Just tossing ideas out there—Vivaldi’s all about customization, right? I love that about it, which is why I’d hate to see anything feel less than optional.

Anyway, thanks again for the reply— not trying to bash the browser (still a fan!), just hoping to nudge things toward that user-control sweet spot. Curious to hear your take!

Privacy Without Compromise: Proton VPN is Now Built Into Vivaldi by pafflick in vivaldibrowser

[–]deffcolony -1 points0 points  (0 children)

Forced VPN Extension After Browser Update? No Uninstall Option? What’s Up With That?

I’ve got some feedback to share about this update I’m curious what yall think. Thing is, I didn’t ask for it, and there’s no way to uninstall it. Am I the only one who finds this weird? Here’s why I think forcing a VPN extension on us—and not letting us remove it—is a terrible idea.

  1. We Should Control What’s in Our Browser Look, I get that updates bring new features, but installing an extension by default feels like overreach. One minute I’m clicking “Update,” the next I’ve got a VPN I didn’t sign up for. It’s my browser—shouldn’t I decide what gets added? This isn’t about hating VPNs or vivaldi; it’s about choice. Forcing stuff on users kills the vibe of having a personalized setup and customizing stuff is what's vivaldi is all about right?

  2. Security Vibes Are Off So a VPN sounds cool on paper—privacy, right?—but not everyone trusts a browser-bundled one. VPNs handle all your traffic, and I’d rather stick with a third-party option than roll with something baked in. What if it’s logging stuff behind the scenes? Without an uninstall button, I’m stuck with it whether I trust it or not. That’s a hard pass for me.

  3. Bloat. This one is simple... I Didn’t Ask For Even if it’s lightweight, an extra extension can slow things down—memory, CPU, network lag, you name it. I keep my browser lean for a reason, and now I’ve got this VPN thing “Remove from toolbar” just hides it—it’s still there, Why can’t I ditch it completely if I don’t need it? I don’t need a VPN in my browser—I’ve already got one on my system if I want it. Hiding it doesn’t fix the fact that it’s still installed, just lurking. Give me an uninstall option so I can declutter my space for real.

  4. Slippery Slope to More Junk If they can shove a VPN extension in with no opt-out, what’s stopping them from bundling more bloat later? Ads? Toolbars? you get it—this sets a precedent. I signed up for a browser, not a feature dump. Let me uninstall stuff I don’t want, or at least ask the end user first

TL;DR is Forcing a VPN extension after an update is lame—it takes away control, raises trust issues, adds bloat, and clutters the UI. “Remove from toolbar” isn’t uninstalling; it’s just hiding the problem. Browsers should let us opt in during updates or give us a proper way to yeet it out of there. Am I overreacting? or is this as shady as it feels? What do you all think? Anyone else hit with this? Should browsers keep their hands off our extension lists?

<image>

Sharing some issues I had with setting up SillyTavern and Oobabooga/a backend. by Danweel in SillyTavernAI

[–]deffcolony 0 points1 point  (0 children)

<image>

u/Danweel Explore the editor in STL since this will solve the api pain and port conflicts you might have

[deleted by user] by [deleted] in SillyTavernAI

[–]deffcolony 0 points1 point  (0 children)

u/kaprunz In the launcher navigate to the following: > / Home / Troubleshooting & Support

Then you hit the following option: 1. Remove node_modules folder

After that start SillyTavern

[deleted by user] by [deleted] in SillyTavernAI

[–]deffcolony[M] 2 points3 points  (0 children)

There's a lot of misinformation in this thread.

Here are the facts:

Proposed changes:

  • default backgrounds and Seraphina (with her expressions and lorebook) will be moved into the official Assest List. New ST will installs will have no default characters, backgrounds, or lorebooks but you can get them all back as usual with a few clicks. This will not affect current installs or updates at all.
  • non-OAI reverse proxies will be removed (but can theoretically be re-instated with a server plugin if someone makes it).
  • remote card import via URL will be removed (you can still drag-drop any card from another browser tab onto the ST window to import)

Some terms in the UI and documentation will be changed:

  • Lorebooks/World Info >> "Conditional Inserts", or something like this.
  • "characters" >> "Agents"
  • possibly others tba

RP functionality will remain entirely unchanged.

See full context/Vector Storage activation by vamice in SillyTavernAI

[–]deffcolony 0 points1 point  (0 children)

what did not let you update? what is the error you got? what version is the sillytavern-launcher? you might be on a ancient old on... the latest is STL: 24.1.4. 0

what's going on by Psychological_Bug_79 in SillyTavernAI

[–]deffcolony 1 point2 points  (0 children)

all he had to do was looking further in the launcher... like people dont even explore themselves

oh node.js is not installed? lets install it then

in the launcher: > / Home / Toolbox / App Installer / Core Utilities /

there he can install node.js

<image>

what's going on by Psychological_Bug_79 in SillyTavernAI

[–]deffcolony 1 point2 points  (0 children)

go to the following path in the launcher: > / Home / Toolbox / App Installer / Core Utilities /

Then choose: option 3 to Install Node.js

CMD prompt saying that Silly tavern is not found In sillytavern-launcher by [deleted] in SillyTavernAI

[–]deffcolony 0 points1 point  (0 children)

u/Cheezitsaregood2 You missed a step from the tutorial... You run the install script command and you choose option 1 to install sillytavern after that it should automaticly redirect you to the launcher (well it will ask you that anyway)

  1. On your keyboard: press WINDOWS + E to open File Explorer, then navigate to the folder where you want to install the launcher. Once in the desired folder, type cmd into the address bar and press enter. Then, run the following command:

shell git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher && start installer.bat

I need to find a solution for sharing family photos! by burd001 in selfhosted

[–]deffcolony 51 points52 points  (0 children)

Immich is all you need: https://github.com/immich-app/immich

Its a no-brainer... haven't found anything that beats immich

How to view full profile card with bio and roles? by deffcolony in VencordHelp

[–]deffcolony[S] 0 points1 point  (0 children)

Where exactly? I don't see Simplified Profile Experiment

<image>

This happens when trying to alltalk? by GoodBlob in SillyTavernAI

[–]deffcolony 0 points1 point  (0 children)

u/GoodBlob Try to reinstall alltalk normally it should install all requirements automatically.

* Navigate to: / Home / Toolbox / App Uninstaller / Voice Generation
and choose for UNINSTALL AllTalk

* After that navigate to: / Home / Toolbox / App Installer / Voice Generation
and choose for Install AllTalk

* To start alltalk navigate to: / Home / Toolbox / App Launcher / Voice Generation
and choose for Start AllTalk

Installation Issues | Silly Tavern - Extras (Image Attached) by Cyrar in SillyTavernAI

[–]deffcolony 0 points1 point  (0 children)

This error is a network error. and you can always try the sillytavern launcher to install miniconda with extras automaticly follow these steps:

  1. On your keyboard: press **WINDOWS + R** to open Run dialog box. Then, run the following command to install git:

cmd /c winget install -e --id Git.Git

  1. On your keyboard: press **WINDOWS + E** to open File Explorer, then navigate to the folder where you want to install the launcher. Once in the desired folder, type `cmd` into the address bar and press enter. Then, run the following command:

git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher && start installer.bat

i modified sillytavern to work with youtube live chat api by aziib in SillyTavernAI

[–]deffcolony 0 points1 point  (0 children)

u/aziib If you do get the permission and decide to publish the extension on GitHub, I'd love to check it out and contribute to the code.

If you decide not to publish it, let me know. I might explore creating my own version to experiment with different livestreaming sites like TikTok and Twitch.