kiowa2005

Members
  • Posts

    47
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kiowa2005's Achievements

Rookie

Rookie (2/14)

3

Reputation

  1. Well, i figured out what the issue was. I will leave this here in case someone else runs into it. Apparently the backup doesn't retain the custom docker networks. So I had to manually create them. All is well again.
  2. I am running Unraid and I recently had a RAM stick go bad which corrupted my cache. I have identified and removed the bad stick, fixed cache, and restored from CA backup. All is fine EXCEPT for my delugeVPN docker. I am back to having DNS issues with it and stumped as to what the problem could be. I had changed the DNS per issues reported above and all was working find up until the restore. I have tried several opvn files but it doesn't really make a difference because DNS isn't working. Any ideas?
  3. I had the exact same issue, running PIA on openVPN. The Fix: via the Unraid WebUI: 1) Under Dockers 2) Edit DelugeVPN 3) Scroll to the "DNS_NAMESERVERS" key 4) remove the long list of DNS IP addresses (clear them out) 5) replace with 8.8.8.8,1.0.0.1 6) hit apply 7) test this by launching a console from within the DelugeVPN docker and attempting to ping something like "ping google.com" and verify that it resolves the address. If so, you are good to go.
  4. I am testing this container. Installed the stable version, no changes to the config. The container prompts me to login. Using the default password (password). I immediately get a 404 error. I tried removing the proxy config line and I still get the same results. Log doesn't show anything abnormal. Any ideas here? Log: [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... setting up sudo access adding abc to sudoers setting sudo password using SUDO_PASSWORD env var New password: Retype new password: passwd: password updated successfully setting permissions::configuration setting permissions::workspace [cont-init.d] 30-config: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. [2022-02-20T17:06:59.800Z] info code-server 4.0.2 5cdfe74686aa73e023f8354a9a6014eb30caa7dd [2022-02-20T17:06:59.802Z] info Using user-data-dir ~/data [2022-02-20T17:06:59.822Z] info Using config file ~/.config/code-server/config.yaml [2022-02-20T17:06:59.822Z] info HTTP server listening on http://0.0.0.0:8443/ [2022-02-20T17:06:59.822Z] info - Authentication is enabled [2022-02-20T17:06:59.822Z] info - Using password from $PASSWORD [2022-02-20T17:06:59.822Z] info - Not serving HTTPS
  5. Problem: I am trying to switch my network configuration from bonding mode 4 to backup 1. When I do this in the GUI I lose my network connectivity to the server and I have to reset it back to the following to get it back online. Can anyone tell me why I cannot change the mode to mode 1 (backup1). I thought this should be a safe change to make. Other notes: I have a router based static IP reservation for the eth0 MAC e0:3f:49:a6:12:97 I have all four NICs connected to the router showing activity lights for each Network.cfg (original working version) network-rules.cfg (original working version that remains unchanged) network.cfg (new file generated after I change the mode to mode1) Doesn't work at all, no network connectivity
  6. I had the exact same issue. I also transcode plex to /tmp/ which was at 15G. I deleted the contents of the transcode directory and then I was able to login again and everything seems to be functioning fine now. No reboot required.
  7. I found the issue in the maintainers repo: https://github.com/jef/streetmerchant/issues/1790 I have fixed it in my branch and sent out an update.
  8. It is essentially launching a bunch of async proc of chromium to scrape. I have a version that uses REST API calls but require an API key for each vendor. At the moment the chromium scraper is the best option for wide distro. To conserve RAM focus on fewer stores, cards, and longer intervals. I am testing my REST based bestbuy this week.
  9. Normally dockerhub can automate builds based on github changes. However, dockerhub does not support two stage automated builds at this time. I am automating the process to update weekly but more steps are involved on my end. Will try to get an update pushed out this weekend.
  10. If you could generate an issue here against the asus.ts model with your new links somebody can get those updated. I keep the unraid version up to date frequently. I am in the process of fixing some newegg and bestbuy definitions as well. https://github.com/jef/streetmerchant/issues https://github.com/jef/streetmerchant/blob/main/src/store/model/asus.ts
  11. I have not seen that behavior. I usually only monitor newegg, amazon, bestbuy, sony, walmart. Here are the cards the ASUS store supports. If you have additional product URL's those can be added, just let me know. 3080 https://store.asus.com/us/item/202009AM160000001 https://store.asus.com/us/item/202009AM150000004 https://store.asus.com/us/item/202009AM290000002 3090 https://store.asus.com/us/item/202009AM150000003 https://store.asus.com/us/item/202009AM150000001
  12. This container assumes you are running another proxy service container. I use delugeVPN proxy with PIA VPN. You ensure this container is on the same network as your proxy container, include the IP and port to that proxy container. Many other proxy container options out there.
  13. it is being pulled from the originator's main each week to keep it up to date with the latest products. Discord seems to be the fastest notification as email and SMS are a bit delayed when routing through the email servers.
  14. I agree. I am working with the team to get the add-to-cart working, but first I would like to see this moved over to a database driving configuration managed via web interface instead of the heavy environment variable use. Once that is complete, the stores can each be supplied with login information from your configuration to enable add-to-card, the final step would be some logic for checkout if that is permitted.
  15. If you go to this address you will see all of the variables supported by the discord notification: https://jef.codes/streetmerchant/reference/notification/#discord If the variable you want to define is not listed in template just add it as a variable with the name and value set as the "Environment Variable" defined on this page. As far as the group values, I assume you have that information from your discord group you plan to send notifications to.