Proxy manager for vista

nginxproxymanager

2020.05.08 14:34 festeazy nginxproxymanager

Ask questions and share configurations about and for the Nginx proxy manager
[link]


2024.05.15 18:41 Zakmaf Whole Homelab Setup So Far - May 2024 update

I've always been tech-curious and also had a basic NAS for DLNA, but it's only been a year since I went full selfhosting a homelab mode.
Through trial and error, and a lot of pain, I refined my setup using before and foremost what I had on hand and with a limited budget.
This is my current set up and an explanation of how it all works from hardware to software and also my backup policies. Please don't hesitate to tell what am I doing wrong and how I could improve it all. I will try to be as precise as possible, and I will also answer your questions in comments.
As for hardware, I have gathered through the years a lot of stuff that I repurposed for my current setup:
As you can see I have a mix of weird stuff going on. Maybe how I use them will give you a better image of the purpose.
This is my software situation :
Some of my choices will be obvious for you, and some are less, so let's explain it all.
My first error when I started last year, what the lack of reliability. I would set up Pihole and configure it accross my network on the router, but then if I had to do maintenance the whole system crumbled on me. So my first lesson really was to put two instances of Pihole on two separate bare-metal, and from there I needed to apply this to everything.
Before TP-link deco x50 added the possibility to configure an OpenVPN server on the router, i used to access everything through Cloudflared tunnels since my work PC doesn't allow me to install Wireguard client. Then i used Guacamole to RDP/SSH/VNC to any machine on my local network. But what would happen if the VM that hosted the cloudflared tunnel was down? No more remote access.
I would have to open a port on my router App and SSH using port 21 or something like a caveman. So at first, I opted for installing 2 cloudflared tunnels, and then I told myself what the hell and just put as many tunnels as needed so in the case or one or two machines down I would always have an "entry". For the record, i don't permanently set my domain in Cloudflare dashboard, but only if needed.
I didn't have the same problem on my phone since i could just install Wireguard client and access my local network from there. But there again, i created as many instance to cover any machine being down.
I manage local dns through Bind9 because i like the possibility to set wildcards which Pihole doesn't do to this day. Bind9 handles my local domain name and then forwards to pihole in order to blacklist ads and stuff. Is this efficient tho? I also needed to setup one Master instance and one slave instance to be redundant.
I use Nginx Proxy Manager as a reverse proxy even with Cloudflared tunnels. In Cloudflared I just forward "service.name.me" to "service.name.me" and thus i can access the same address from inside and outside, and if i'm inside i stay in the local network. At first I had one instance of Nginx PM to rule them all, but since i wanted to close all ports in my vms, I'm in the process of installing one instance of NPM in each VM/machine and let it handle the reverse proxying from there with no ports exposed (just the proxy ports, of course).
I backup all my Proxmox VMs to Proxmox Backup Server hosted in my NAS and using NAS storage. But since this is not a real backup if ever my server AND my NAS burn for some reason, I also use Duplicati.
I foremost use Duplicati to backup my secondary server since it's running bare-metal linux. I back up all my docker config files and any important set up I want to keep and send them to my NAS via SFTP.
I do exactly the same for docker VMs (even though they are already backed in Proxmox Backup Server), and also send them to my NAS via SFTP.
On my NAS, I set up Duplicati in order to send EVERYTHING to Google Drive. It's crypted, so i'm not worried (until proven otherwise). But EVERYTHING, i mean EVERYTHING :
So this is it. Does it make sense? Can I make it better and simplier for my need? What would you do instead?
submitted by Zakmaf to selfhosted [link] [comments]


2024.05.15 18:08 Zakmaf Whole Homelab Setup So Far - May 2024 update

I've always been tech-curious and also had a basic NAS for DLNA, but it's only been a year since I went full selfhosting a homelab mode.
Through trial and error, and a lot of pain, I refined my setup using before and foremost what I had on hand and with a limited budget.
This is my current set up and an explanation of how it all works from hardware to software and also my backup policies. Please don't hesitate to tell what am I doing wrong and how I could improve it all. I will try to be as precise as possible, and I will also answer your questions in comments.
As for hardware, I have gathered through the years a lot of stuff that I repurposed for my current setup:
As you can see I have a mix of weird stuff going on. Maybe how I use them will give you a better image of the purpose.
This is my software situation :
Some of my choices will be obvious for you, and some are less, so let's explain it all.
My first error when I started last year, what the lack of reliability. I would set up Pihole and configure it accross my network on the router, but then if I had to do maintenance the whole system crumbled on me. So my first lesson really was to put two instances of Pihole on two separate bare-metal, and from there I needed to apply this to everything.
Before TP-link deco x50 added the possibility to configure an OpenVPN server on the router, i used to access everything through Cloudflared tunnels since my work PC doesn't allow me to install Wireguard client. Then i used Guacamole to RDP/SSH/VNC to any machine on my local network. But what would happen if the VM that hosted the cloudflared tunnel was down? No more remote access.
I would have to open a port on my router App and SSH using port 21 or something like a caveman. So at first, I opted for installing 2 cloudflared tunnels, and then I told myself what the hell and just put as many tunnels as needed so in the case or one or two machines down I would always have an "entry". For the record, i don't permanently set my domain in Cloudflare dashboard, but only if needed.
I didn't have the same problem on my phone since i could just install Wireguard client and access my local network from there. But there again, i created as many instance to cover any machine being down.
I manage local dns through Bind9 because i like the possibility to set wildcards which Pihole doesn't do to this day. Bind9 handles my local domain name and then forwards to pihole in order to blacklist ads and stuff. Is this efficient tho? I also needed to setup one Master instance and one slave instance to be redundant.
I use Nginx Proxy Manager as a reverse proxy even with Cloudflared tunnels. In Cloudflared I just forward "service.name.me" to "service.name.me" and thus i can access the same address from inside and outside, and if i'm inside i stay in the local network. At first I had one instance of Nginx PM to rule them all, but since i wanted to close all ports in my vms, I'm in the process of installing one instance of NPM in each VM/machine and let it handle the reverse proxying from there with no ports exposed (just the proxy ports, of course).
I backup all my Proxmox VMs to Proxmox Backup Server hosted in my NAS and using NAS storage. But since this is not a real backup if ever my server AND my NAS burn for some reason, I also use Duplicati.
I foremost use Duplicati to backup my secondary server since it's running bare-metal linux. I back up all my docker config files and any important set up I want to keep and send them to my NAS via SFTP.
I do exactly the same for docker VMs (even though they are already backed in Proxmox Backup Server), and also send them to my NAS via SFTP.
On my NAS, I set up Duplicati in order to send EVERYTHING to Google Drive. It's crypted, so i'm not worried (until proven otherwise). But EVERYTHING, i mean EVERYTHING :
So this is it. Does it make sense? Can I make it better and simplier for my need? What would you do instead?
submitted by Zakmaf to homelab [link] [comments]


2024.05.15 17:56 BrokenKage Single Point of Ingress With Blue/Green Clusters

Currently working through an connecting an EKS cluster to API Gateway via VPC Private Link. To accomplish this you need to provision an NLB to your services. The VPC Private Link only accepts NLBs as a connector.
We are accomplishing this in a single cluster with Nginx Ingress Controller to manage the NLB and routing.
The issue we are currently running into is that we use blue/green clusters for major version upgrades. Meaning that per environment/stage we have 2 EKS clusters, 2 points of ingress, etc. Traffic into these clusters is handled by Route53 DNS weights and allows us to shift traffic gradually, etc. So in order to link the blue/green clusters with API Gateway Private Link we need a single point of ingress.
We are considering going with: API Gateway -> NLB -> Nginx Reverse Proxy -> ALB/NLB Ingress -> EKS Cluster (blue/green)
We have looked into other options for this but are a bit stumped. We have used reverse proxies in the past for different systems, but have moved away from them for better or for worse. Another option is handling this with a Lambda as a proxy to rewrite the requests. Possibly handle weights as well.
Has anyone encountered a similar issue or have ideas on how to resolve? Thanks!
submitted by BrokenKage to kubernetes [link] [comments]


2024.05.15 17:21 SouthernShape2180 ndtll.dll error in Fallout 4

Hi Everyone. I keep getting CTD on this crashlog. Can someone please help. I think it is a non-mod related issue, but if you could tell me which mods I need to disable in order to fix it, that would be awesome.
Fallout 4 v1.10.163
Buffout 4 v1.28.6
Unhandled exception "EXCEPTION_ACCESS_VIOLATION" at 0x7FF74A091E80 Fallout4.exe+03D1E80
\[Compatibility\] F4EE: false \[Crashlog\] AutoOpen: true PromptUpload: true \[Fixes\] ActorIsHostileToActor: true CellInit: true CreateD3DAndSwapChain: true EncounterZoneReset: true GreyMovies: true MagicEffectApplyEvent: true MovementPlanner: true PackageAllocateLocation: true SafeExit: true TESObjectREFRGetEncounterZone: true UnalignedLoad: true UtilityShader: true \[Patches\] Achievements: true ArchiveLimit: false BSMTAManager: true BSPreCulledObjects: true BSTextureStreamerLocalHeap: false HavokMemorySystem: true INISettingCollection: false InputSwitch: false MaxStdIO: 2048 MemoryManager: true MemoryManagerDebug: false ScaleformAllocator: true SmallBlockAllocator: true WorkshopMenu: true \[Warnings\] CreateTexture2D: true ImageSpaceAdapter: true 
SYSTEM SPECS:
OS: Microsoft Windows 11 Home v10.0.22631 CPU: GenuineIntel 12th Gen Intel(R) Core(TM) i7-12800H GPU #1: Nvidia GA103M \[GeForce RTX 3080 Ti Laptop GPU\] GPU #2: Microsoft Basic Render Driver PHYSICAL MEMORY: 11.05 GB/31.69 GB 
PROBABLE CALL STACK:
\[ 0\] 0x7FF74A091E80 Fallout4.exe+03D1E80 -> 869027+0x20 \[ 1\] 0x7FF74A0740F5 Fallout4.exe+03B40F5 -> 1491658+0x4D5 \[ 2\] 0x7FF74A03181C Fallout4.exe+037181C -> 221966+0xDC \[ 3\] 0x7FF74A02CB8E Fallout4.exe+036CB8E -> 93205+0xE \[ 4\] 0x7FF74B9638C2 Fallout4.exe+1CA38C2 -> 1338062+0xF2 \[ 5\] 0x7FF74B963C1C Fallout4.exe+1CA3C1C -> 1310667+0x20C \[ 6\] 0x7FF74AB7CA24 Fallout4.exe+0EBCA24 -> 1123858+0x364 \[ 7\] 0x7FF74AB5B7CB Fallout4.exe+0E9B7CB -> 146861+0xB6B \[ 8\] 0x7FF74AA00D85 Fallout4.exe+0D40D85 -> 222694+0x15 \[ 9\] 0x7FF74B810F26 Fallout4.exe+1B50F26 -> 329005+0xC6 \[10\] 0x7FF74B811432 Fallout4.exe+1B51432 -> 194800+0x202 \[11\] 0x7FF74B813F67 Fallout4.exe+1B53F67 -> 1492866+0x67 \[12\] 0x7FF74B7DCFED Fallout4.exe+1B1CFED -> 1079791+0x3D \[13\] 0x7FFD8685257D KERNEL32.DLL+001257D \[14\] 0x7FFD8890AA48 ntdll.dll+005AA48 
REGISTERS:
RAX 0x0 (size\_t) RCX 0x1E05BA9F800 (void\*) RDX 0x6EC49BF250 (void\*) RBX 0x0 (size\_t) RSP 0x6EC49BF140 (void\*) RBP 0x6EC49BF249 (void\*) RSI 0x6EC49BF250 (void\*) RDI 0x1E05BA9F800 (void\*) R8 0x1E009CFC7B0 (void\*) R9 0x8 (size\_t) R10 0x6EC49BF200 (BSTArrayBase::IAllocatorFunctor\*) R11 0x6EC49BF2C8 (void\*) R12 0xE067C430 (size\_t) R13 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" R14 0x1E0962BD900 (bhkWorld\*) R15 0x1E05BA9F800 (void\*) 
STACK:
\[RSP+0 \] 0x1E0661911C0 (NiNode\*) Name: "00017DF7\_Physics" \[RSP+8 \] 0x7FF74B863C05 (void\* -> Fallout4.exe+1BA3C05) \[RSP+10 \] 0x6EC49BF249 (void\*) \[RSP+18 \] 0x1E0633FA240 (void\*) \[RSP+20 \] 0x1E009D98800 (void\*) \[RSP+28 \] 0x1E0633FA240 (void\*) \[RSP+30 \] 0x60 (size\_t) \[RSP+38 \] 0x7FF74A0740F5 (void\* -> Fallout4.exe+03B40F5) \[RSP+40 \] 0x1E009D987FC (void\*) \[RSP+48 \] 0x6EC49BF250 (void\*) \[RSP+50 \] 0x1E0633FA240 (void\*) \[RSP+58 \] 0x1E064001600 (BSPortal\*) \[RSP+60 \] 0x1E000000007 (void\*) \[RSP+68 \] 0x0 (size\_t) \[RSP+70 \] 0x0 (size\_t) \[RSP+78 \] 0x0 (size\_t) \[RSP+80 \] 0x0 (size\_t) \[RSP+88 \] 0x1E009D98800 (void\*) \[RSP+90 \] 0x1E0962BD900 (bhkWorld\*) \[RSP+98 \] 0x1E009D987FC (void\*) \[RSP+A0 \] 0xE (size\_t) \[RSP+A8 \] 0x1E03019C4DE (size\_t) \[RSP+B0 \] 0x1DF417F52B0 (void\*) \[RSP+B8 \] 0x7FF70020233A (size\_t) \[RSP+C0 \] 0x7FF74C9096C8 (void\* -> Fallout4.exe+2C496C8) \[RSP+C8 \] 0x1E0960D3BC0 (void\*) \[RSP+D0 \] 0x7FF700000000 (size\_t) \[RSP+D8 \] 0x0 (size\_t) \[RSP+E0 \] 0x0 (size\_t) \[RSP+E8 \] 0x1E000000000 (void\*) \[RSP+F0 \] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+F8 \] 0x7FF74A029321 (void\* -> Fallout4.exe+0369321) \[RSP+100\] 0x1E0633FA240 (void\*) \[RSP+108\] 0x7FF74B7D093F (void\* -> Fallout4.exe+1B1093F) \[RSP+110\] 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" \[RSP+118\] 0x1E0E067C430 (size\_t) \[RSP+120\] 0x6EC49BF1E4 (void\*) \[RSP+128\] 0x6EC49BF1C0 (void\*) \[RSP+130\] 0x1DFF40D2B00 (IOManager\*) \[RSP+138\] 0x1DF417F52B0 (void\*) \[RSP+140\] 0x966939A4 (size\_t) \[RSP+148\] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+150\] 0x0 (size\_t) \[RSP+158\] 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" \[RSP+160\] 0x1 (size\_t) \[RSP+168\] 0x7FF74A03181C (void\* -> Fallout4.exe+037181C) \[RSP+170\] 0x1E (size\_t) \[RSP+178\] 0x7FF75E83E45C (size\_t) \[RSP+180\] 0x6067C430 (size\_t) \[RSP+188\] 0xEC3BD925 (size\_t) \[RSP+190\] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+198\] 0x7FF74A02CB8E (void\* -> Fallout4.exe+036CB8E) \[RSP+1A0\] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+1A8\] 0x1DF417F52B0 (void\*) \[RSP+1B0\] 0x966939A4 (size\_t) \[RSP+1B8\] 0x1E (size\_t) \[RSP+1C0\] 0x2 (size\_t) \[RSP+1C8\] 0x7FF74B9638C2 (void\* -> Fallout4.exe+1CA38C2) \[RSP+1D0\] 0x2 (size\_t) \[RSP+1D8\] 0x1 (size\_t) \[RSP+1E0\] 0x2 (size\_t) \[RSP+1E8\] 0x0 (size\_t) \[RSP+1F0\] 0x32 (size\_t) \[RSP+1F8\] 0x1E (size\_t) \[RSP+200\] 0x2 (size\_t) \[RSP+208\] 0x3 (size\_t) \[RSP+210\] 0x12C (size\_t) \[RSP+218\] 0x1 (size\_t) \[RSP+220\] 0x1DFF40D2B00 (IOManager\*) \[RSP+228\] 0x7FF74B963C1C (void\* -> Fallout4.exe+1CA3C1C) \[RSP+230\] 0x0 (size\_t) \[RSP+238\] 0x7FF700000000 (size\_t) \[RSP+240\] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+248\] 0x30D40 (size\_t) \[RSP+250\] 0x4096CBE5 (size\_t) \[RSP+258\] 0x0 (size\_t) \[RSP+260\] 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" \[RSP+268\] 0x1DFF4062080 (PlayerCharacter\*) Object Reference: File: "You Are Exceptional.esp" Flags: 0x00040009 Form ID: 0x00000007 Form Type: 45 File: "" Flags: 0x00420448 Form ID: 0x00000014 Form Type: 65 \[RSP+270\] 0xFFFFFFFF (size\_t) \[RSP+278\] 0x6EC49BF6E4 (void\*) \[RSP+280\] 0x0 (size\_t) \[RSP+288\] 0x7FF74AB7CA24 (void\* -> Fallout4.exe+0EBCA24) \[RSP+290\] 0x6E00000001 (size\_t) \[RSP+298\] 0x6EC49BF4D0 (void\*) \[RSP+2A0\] 0x1DF1C18FE00 (void\*) \[RSP+2A8\] 0x1DFF40625F8 (void\*) \[RSP+2B0\] 0x1DFF4614E00 (void\*) \[RSP+2B8\] 0x1DFF4614E00 (void\*) \[RSP+2C0\] 0xFFFFFFFFFFFFFFFF (size\_t) \[RSP+2C8\] 0x0 (size\_t) \[RSP+2D0\] 0x440D0000 (size\_t) \[RSP+2D8\] 0xC2580000 (size\_t) \[RSP+2E0\] 0x20 (size\_t) \[RSP+2E8\] 0x0 (size\_t) \[RSP+2F0\] 0x0 (size\_t) \[RSP+2F8\] 0x0 (size\_t) \[RSP+300\] 0xFFFFFFFFFFFFFFFF (size\_t) \[RSP+308\] 0x0 (size\_t) \[RSP+310\] 0xA6DA89653331 (size\_t) \[RSP+318\] 0x7FF74AFF0B5F (void\* -> Fallout4.exe+1330B5F) \[RSP+320\] 0x0 (size\_t) \[RSP+328\] 0x4044F5 (void\* -> XINPUT1\_3.dll+00044F5) \[RSP+330\] 0x1DF1C0D2088 (void\*) \[RSP+338\] 0x7FF749E4D27B (void\* -> Fallout4.exe+018D27B) \[RSP+340\] 0x440D0000 (size\_t) \[RSP+348\] 0xBF8000004284F738 (size\_t) \[RSP+350\] 0x35033379 (size\_t) \[RSP+358\] 0x7FFCFBDBBDCE (void\* -> Buffout4.dll+004BDCE) \[RSP+360\] 0x1DF1C0D2088 (void\*) \[RSP+368\] 0x7FF749CE44E3 (void\* -> Fallout4.exe+00244E3) \[RSP+370\] 0x7FF74C909DB8 (void\* -> Fallout4.exe+2C49DB8) \[RSP+378\] 0x6EC49BF540 (void\*) \[RSP+380\] 0x1DFF45807F0 (void\*) \[RSP+388\] 0x1DFF4062080 (PlayerCharacter\*) Object Reference: File: "You Are Exceptional.esp" Flags: 0x00040009 Form ID: 0x00000007 Form Type: 45 File: "" Flags: 0x00420448 Form ID: 0x00000014 Form Type: 65 \[RSP+390\] 0x1DFF4580808 (void\*) \[RSP+398\] 0x7FF749E4C85D (void\* -> Fallout4.exe+018C85D) \[RSP+3A0\] 0x0 (size\_t) \[RSP+3A8\] 0x6EC49BF539 (void\*) \[RSP+3B0\] 0x1DF1C3B99D0 (void\*) \[RSP+3B8\] 0x7FF74A054B20 (void\* -> Fallout4.exe+0394B20) \[RSP+3C0\] 0x1E014C86140 (void\*) \[RSP+3C8\] 0x7FF74B7D09C3 (void\* -> Fallout4.exe+1B109C3) \[RSP+3D0\] 0x7FF74C909DB8 (void\* -> Fallout4.exe+2C49DB8) \[RSP+3D8\] 0x6EC49BF520 (void\*) \[RSP+3E0\] 0x0 (size\_t) \[RSP+3E8\] 0x0 (size\_t) \[RSP+3F0\] 0x0 (size\_t) \[RSP+3F8\] 0x7FF700000000 (size\_t) \[RSP+400\] 0x0 (size\_t) \[RSP+408\] 0x0 (size\_t) \[RSP+410\] 0x6E00000000 (size\_t) \[RSP+418\] 0x7FF700000000 (size\_t) \[RSP+420\] 0x1DFF4062080 (PlayerCharacter\*) Object Reference: File: "You Are Exceptional.esp" Flags: 0x00040009 Form ID: 0x00000007 Form Type: 45 File: "" Flags: 0x00420448 Form ID: 0x00000014 Form Type: 65 \[RSP+428\] 0xFFFFFFFF (size\_t) \[RSP+430\] 0x0 (size\_t) \[RSP+438\] 0x1DFF40625F8 (void\*) \[RSP+440\] 0x1DF1C3B99D0 (void\*) \[RSP+448\] 0x6EC49BF758 (void\*) \[RSP+450\] 0x6EC49BF760 (void\*) \[RSP+458\] 0x7FF749DBEE12 (void\* -> Fallout4.exe+00FEE12) \[RSP+460\] 0x0 (size\_t) \[RSP+468\] 0x0 (size\_t) \[RSP+470\] 0x0 (size\_t) \[RSP+478\] 0x0 (size\_t) \[RSP+480\] 0x0 (size\_t) \[RSP+488\] 0x0 (size\_t) \[RSP+490\] 0x0 (size\_t) \[RSP+498\] 0x0 (size\_t) \[RSP+4A0\] 0x0 (size\_t) \[RSP+4A8\] 0x0 (size\_t) \[RSP+4B0\] 0x0 (size\_t) \[RSP+4B8\] 0x0 (size\_t) \[RSP+4C0\] 0x0 (size\_t) \[RSP+4C8\] 0x0 (size\_t) \[RSP+4D0\] 0x1DF00000000 (void\*) \[RSP+4D8\] 0x1DFF4062080 (PlayerCharacter\*) Object Reference: File: "You Are Exceptional.esp" Flags: 0x00040009 Form ID: 0x00000007 Form Type: 45 File: "" Flags: 0x00420448 Form ID: 0x00000014 Form Type: 65 \[RSP+4E0\] 0x1DF1C18FE01 (void\*) \[RSP+4E8\] 0x1DF1C18FE01 (void\*) \[RSP+4F0\] 0x0 (size\_t) \[RSP+4F8\] 0x7FF74F8A8000 (void\* -> Fallout4.exe+5BE8000) \[RSP+500\] 0x1DFF40625F8 (void\*) \[RSP+508\] 0x0 (size\_t) \[RSP+510\] 0x6EC49BF760 (void\*) \[RSP+518\] 0x7FF74AB5B7CB (void\* -> Fallout4.exe+0E9B7CB) \[RSP+520\] 0x0 (size\_t) \[RSP+528\] 0x6EC49BF758 (void\*) \[RSP+530\] 0x1DF1C3B99D0 (void\*) \[RSP+538\] 0x1 (size\_t) \[RSP+540\] 0x47A01000C7500800 (size\_t) \[RSP+548\] 0x3F80000045E814B7 (size\_t) \[RSP+550\] 0xCB4A29F10001 (size\_t) \[RSP+558\] 0x0 (size\_t) \[RSP+560\] 0x1E005328A40 (BGSLocation\*) File: "Unofficial Fallout 4 Patch.esp" Flags: 0x00000009 Form ID: 0x0001D807 Form Type: 107 Full Name: "Museum of Freedom" \[RSP+568\] 0x3F80000045600000 (size\_t) \[RSP+570\] 0x7FF7503E3AB8 (void\* -> Fallout4.exe+6723AB8) \[RSP+578\] 0x7FF74C5211A9 (void\* -> Fallout4.exe+28611A9) \[RSP+580\] 0x0 (size\_t) \[RSP+588\] 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" \[RSP+590\] 0x0 (size\_t) \[RSP+598\] 0x440D0000 (size\_t) \[RSP+5A0\] 0xC2800000 (size\_t) \[RSP+5A8\] 0xBFC90FD980000000 (size\_t) \[RSP+5B0\] 0x0 (size\_t) \[RSP+5B8\] 0x7FF749FFD9C0 (void\* -> Fallout4.exe+033D9C0) \[RSP+5C0\] 0x1DFFFFD1E40 (TESObjectREFR\*) Object Reference: File: "Fallout4.esm" Flags: 0x00000019 Form ID: 0x00077CFC Form Type: 32 File: "Fallout4.esm" Flags: 0x00000409 Form ID: 0x0001AC07 Form Type: 64 \[RSP+5C8\] 0x0 (size\_t) \[RSP+5D0\] 0x10000000000 (size\_t) \[RSP+5D8\] 0xFFFFFF01 (size\_t) \[RSP+5E0\] 0x1DF1C151DE0 (void\*) \[RSP+5E8\] 0x0 (size\_t) \[RSP+5F0\] 0x0 (size\_t) \[RSP+5F8\] 0x7FF700000000 (size\_t) \[RSP+600\] 0x7FF7503E3AF0 (void\* -> Fallout4.exe+6723AF0) \[RSP+608\] 0x7FF74C5211A9 (void\* -> Fallout4.exe+28611A9) \[RSP+610\] 0x2 (size\_t) \[RSP+618\] 0x10000000000 (size\_t) \[RSP+620\] 0x2000000000 (size\_t) \[RSP+628\] 0xC0F (size\_t) \[RSP+630\] 0x7FF74C90A948 (void\* -> Fallout4.exe+2C4A948) \[RSP+638\] 0x7FF7503E3AF0 (void\* -> Fallout4.exe+6723AF0) \[RSP+640\] 0x7FF7503E3AD8 (void\* -> Fallout4.exe+6723AD8) \[RSP+648\] 0x7FF74C520BDB (void\* -> Fallout4.exe+2860BDB) \[RSP+650\] 0x2 (size\_t) \[RSP+658\] 0x7FF74C5418FE (void\* -> Fallout4.exe+28818FE) \[RSP+660\] 0x1E012704A60 (void\*) \[RSP+668\] 0x1E0339F1440 (BSFadeNode\*) Name: "MetalBarrel02" \[RSP+670\] 0x7FF74C90A948 (void\* -> Fallout4.exe+2C4A948) \[RSP+678\] 0x7FF7503E3AD8 (void\* -> Fallout4.exe+6723AD8) \[RSP+680\] 0x1E0968CFBE0 (void\*) \[RSP+688\] 0x7FF74C540FC3 (void\* -> Fallout4.exe+2880FC3) \[RSP+690\] 0x2 (size\_t) \[RSP+698\] 0x1E01011E700 (char\*) "@" \[RSP+6A0\] 0x1E011486C00 (void\*) \[RSP+6A8\] 0x1E01149D420 (void\*) \[RSP+6B0\] 0x1E011486C00 (void\*) \[RSP+6B8\] 0x7FF74C4ED51D (void\* -> Fallout4.exe+282D51D) \[RSP+6C0\] 0x1DF1C19A400 (BSShaderAccumulator\*) \[RSP+6C8\] 0x1DF4F444880 (BSSkyShaderProperty\*) Name: "01\_VW\_Oben\_O" \[RSP+6D0\] 0x0 (size\_t) \[RSP+6D8\] 0x1DF1C19A400 (BSShaderAccumulator\*) \[RSP+6E0\] 0xCB4A29F109C7 (size\_t) \[RSP+6E8\] 0x6EC49BF878 (void\*) \[RSP+6F0\] 0x0 (size\_t) \[RSP+6F8\] 0x0 (size\_t) \[RSP+700\] 0x0 (size\_t) \[RSP+708\] 0x0 (size\_t) \[RSP+710\] 0x0 (size\_t) \[RSP+718\] 0x0 (size\_t) \[RSP+720\] 0x1DF417F6818 (void\*) \[RSP+728\] 0x7FF74F8A8080 (void\* -> Fallout4.exe+5BE8080) \[RSP+730\] 0x7FF74F8A8088 (void\* -> Fallout4.exe+5BE8088) \[RSP+738\] 0x1E0124ED600 (BSShaderAccumulator\*) \[RSP+740\] 0x1E04C0FC900 (BSLightingShaderProperty\*) Name: "C:\\Projects\\Fallout4\\Build\\PC\\Data\\materials\\Architecture\\Buildings\\WoodTrimWhite01.BGSM" \[RSP+748\] 0x7FF74C4ECEEE (void\* -> Fallout4.exe+282CEEE) \[RSP+750\] 0x1E0968CFBE0 (void\*) \[RSP+758\] 0x1E0124ED600 (BSShaderAccumulator\*) \[RSP+760\] 0x0 (size\_t) \[RSP+768\] 0x1DF417F6800 (void\*) \[RSP+770\] 0x1DF417F6810 (void\*) \[RSP+778\] 0x7FF74C521B67 (void\* -> Fallout4.exe+2861B67) \[RSP+780\] 0x0 (size\_t) \[RSP+788\] 0x0 (size\_t) \[RSP+790\] 0x0 (size\_t) \[RSP+798\] 0x0 (size\_t) \[RSP+7A0\] 0x0 (size\_t) \[RSP+7A8\] 0x0 (size\_t) \[RSP+7B0\] 0x7FF74F8A8084 (void\* -> Fallout4.exe+5BE8084) \[RSP+7B8\] 0x7FF74F8A8080 (void\* -> Fallout4.exe+5BE8080) \[RSP+7C0\] 0x7FF74F8A8088 (void\* -> Fallout4.exe+5BE8088) \[RSP+7C8\] 0x1 (size\_t) \[RSP+7D0\] 0x1DF1C18FE40 (void\*) \[RSP+7D8\] 0x6EC2B2FAB0 (void\*) \[RSP+7E0\] 0x0 (size\_t) \[RSP+7E8\] 0x7FF74AA00D85 (void\* -> Fallout4.exe+0D40D85) \[RSP+7F0\] 0x0 (size\_t) \[RSP+7F8\] 0x7FF700000000 (size\_t) \[RSP+800\] 0x0 (size\_t) \[RSP+808\] 0x7FFD86234201 (void\* -> KERNELBASE.dll+0034201) \[RSP+810\] 0x7FF74F8A8BB8 (void\* -> Fallout4.exe+5BE8BB8) \[RSP+818\] 0x7FF74B810F26 (void\* -> Fallout4.exe+1B50F26) \[RSP+820\] 0x7FF74F8A8BB8 (void\* -> Fallout4.exe+5BE8BB8) \[RSP+828\] 0x7FF74F8A8BB8 (void\* -> Fallout4.exe+5BE8BB8) \[RSP+830\] 0x0 (size\_t) \[RSP+838\] 0x7FFD862678CD (void\* -> KERNELBASE.dll+00678CD) \[RSP+840\] 0x0 (size\_t) \[RSP+848\] 0x0 (size\_t) \[RSP+850\] 0x7FF74F8BEA40 (void\* -> Fallout4.exe+5BFEA40) \[RSP+858\] 0x1 (size\_t) \[RSP+860\] 0x7FF74F8A8B48 (BSJobs::JobThread\*) \[RSP+868\] 0x7FF74B811432 (void\* -> Fallout4.exe+1B51432) \[RSP+870\] 0x1 (size\_t) \[RSP+878\] 0x7FF74F8A8B68 (void\* -> Fallout4.exe+5BE8B68) \[RSP+880\] 0x0 (size\_t) \[RSP+888\] 0x6EC49BFA20 (void\*) \[RSP+890\] 0x0 (size\_t) \[RSP+898\] 0x0 (size\_t) \[RSP+8A0\] 0x0 (size\_t) \[RSP+8A8\] 0x7FF74B813F67 (void\* -> Fallout4.exe+1B53F67) \[RSP+8B0\] 0x7FF74F8A8B48 (BSJobs::JobThread\*) \[RSP+8B8\] 0x0 (size\_t) \[RSP+8C0\] 0x0 (size\_t) \[RSP+8C8\] 0x0 (size\_t) \[RSP+8D0\] 0x7FF74F8A8B48 (BSJobs::JobThread\*) \[RSP+8D8\] 0x7FF74B7DCFED (void\* -> Fallout4.exe+1B1CFED) \[RSP+8E0\] 0x4C14 (size\_t) \[RSP+8E8\] 0x6EC49BFA40 (void\*) \[RSP+8F0\] 0x1DF1C16BC90 (void\*) \[RSP+8F8\] 0x0 (size\_t) \[RSP+900\] 0x7FF74F8A8B48 (BSJobs::JobThread\*) \[RSP+908\] 0x0 (size\_t) \[RSP+910\] 0x0 (size\_t) \[RSP+918\] 0x7FFD8685257D (void\* -> KERNEL32.DLL+001257D) \[RSP+920\] 0x0 (size\_t) \[RSP+928\] 0x0 (size\_t) \[RSP+930\] 0x0 (size\_t) \[RSP+938\] 0x0 (size\_t) \[RSP+940\] 0x0 (size\_t) \[RSP+948\] 0x7FFD8890AA48 (void\* -> ntdll.dll+005AA48) \[RSP+950\] 0x0 (size\_t) \[RSP+958\] 0x0 (size\_t) \[RSP+960\] 0x0 (size\_t) \[RSP+968\] 0x0 (size\_t) \[RSP+970\] 0x0 (size\_t) \[RSP+978\] 0x0 (size\_t) \[RSP+980\] 0x89827F0E00000000 (size\_t) \[RSP+988\] 0x0 (size\_t) \[RSP+990\] 0x4F0FFFFFB30 (size\_t) \[RSP+998\] 0x7FFD8635CBB0 (void\* -> KERNELBASE.dll+015CBB0) \[RSP+9A0\] 0x6EC49BE280 (void\*) \[RSP+9A8\] 0xD2F80001FFF43EDE (size\_t) \[RSP+9B0\] 0x7FFD0FB7B4BE (size\_t) \[RSP+9B8\] 0x6EC49BE280 (void\*) \[RSP+9C0\] 0x0 (size\_t) \[RSP+9C8\] 0x0 (size\_t) \[RSP+9D0\] 0x0 (size\_t) \[RSP+9D8\] 0x0 (size\_t) \[RSP+9E0\] 0x0 (size\_t) \[RSP+9E8\] 0x0 (size\_t) \[RSP+9F0\] 0x0 (size\_t) \[RSP+9F8\] 0x0 (size\_t) \[RSP+A00\] 0x0 (size\_t) \[RSP+A08\] 0x0 (size\_t) \[RSP+A10\] 0x0 (size\_t) \[RSP+A18\] 0x0 (size\_t) \[RSP+A20\] 0x0 (size\_t) \[RSP+A28\] 0x0 (size\_t) \[RSP+A30\] 0x0 (size\_t) \[RSP+A38\] 0x0 (size\_t) \[RSP+A40\] 0x0 (size\_t) \[RSP+A48\] 0x0 (size\_t) \[RSP+A50\] 0x0 (size\_t) \[RSP+A58\] 0x0 (size\_t) \[RSP+A60\] 0x0 (size\_t) \[RSP+A68\] 0x0 (size\_t) \[RSP+A70\] 0x0 (size\_t) \[RSP+A78\] 0x0 (size\_t) \[RSP+A80\] 0x0 (size\_t) \[RSP+A88\] 0x0 (size\_t) \[RSP+A90\] 0x0 (size\_t) \[RSP+A98\] 0x0 (size\_t) \[RSP+AA0\] 0x0 (size\_t) \[RSP+AA8\] 0x0 (size\_t) \[RSP+AB0\] 0x0 (size\_t) \[RSP+AB8\] 0x0 (size\_t) \[RSP+AC0\] 0x0 (size\_t) \[RSP+AC8\] 0x0 (size\_t) \[RSP+AD0\] 0x0 (size\_t) \[RSP+AD8\] 0x0 (size\_t) \[RSP+AE0\] 0x0 (size\_t) \[RSP+AE8\] 0x0 (size\_t) \[RSP+AF0\] 0x0 (size\_t) \[RSP+AF8\] 0x0 (size\_t) \[RSP+B00\] 0x0 (size\_t) \[RSP+B08\] 0x0 (size\_t) \[RSP+B10\] 0x0 (size\_t) \[RSP+B18\] 0x0 (size\_t) \[RSP+B20\] 0x0 (size\_t) \[RSP+B28\] 0x0 (size\_t) \[RSP+B30\] 0x0 (size\_t) \[RSP+B38\] 0x0 (size\_t) \[RSP+B40\] 0x0 (size\_t) \[RSP+B48\] 0x0 (size\_t) \[RSP+B50\] 0x0 (size\_t) \[RSP+B58\] 0x0 (size\_t) \[RSP+B60\] 0x0 (size\_t) \[RSP+B68\] 0x0 (size\_t) \[RSP+B70\] 0x0 (size\_t) \[RSP+B78\] 0x0 (size\_t) \[RSP+B80\] 0x0 (size\_t) \[RSP+B88\] 0x0 (size\_t) \[RSP+B90\] 0x0 (size\_t) \[RSP+B98\] 0x0 (size\_t) \[RSP+BA0\] 0x0 (size\_t) \[RSP+BA8\] 0x0 (size\_t) \[RSP+BB0\] 0x0 (size\_t) \[RSP+BB8\] 0x0 (size\_t) \[RSP+BC0\] 0x0 (size\_t) \[RSP+BC8\] 0x0 (size\_t) \[RSP+BD0\] 0x0 (size\_t) \[RSP+BD8\] 0x0 (size\_t) \[RSP+BE0\] 0x0 (size\_t) \[RSP+BE8\] 0x0 (size\_t) \[RSP+BF0\] 0x0 (size\_t) \[RSP+BF8\] 0x0 (size\_t) \[RSP+C00\] 0x0 (size\_t) \[RSP+C08\] 0x0 (size\_t) \[RSP+C10\] 0x0 (size\_t) \[RSP+C18\] 0x0 (size\_t) \[RSP+C20\] 0x0 (size\_t) \[RSP+C28\] 0x0 (size\_t) \[RSP+C30\] 0x0 (size\_t) \[RSP+C38\] 0x0 (size\_t) \[RSP+C40\] 0x0 (size\_t) \[RSP+C48\] 0x0 (size\_t) \[RSP+C50\] 0x0 (size\_t) \[RSP+C58\] 0x0 (size\_t) \[RSP+C60\] 0x0 (size\_t) \[RSP+C68\] 0x0 (size\_t) \[RSP+C70\] 0x0 (size\_t) \[RSP+C78\] 0x0 (size\_t) \[RSP+C80\] 0x0 (size\_t) \[RSP+C88\] 0x0 (size\_t) \[RSP+C90\] 0x0 (size\_t) \[RSP+C98\] 0x0 (size\_t) \[RSP+CA0\] 0x0 (size\_t) \[RSP+CA8\] 0x0 (size\_t) \[RSP+CB0\] 0x0 (size\_t) \[RSP+CB8\] 0x0 (size\_t) \[RSP+CC0\] 0x0 (size\_t) \[RSP+CC8\] 0x0 (size\_t) \[RSP+CD0\] 0x0 (size\_t) \[RSP+CD8\] 0x0 (size\_t) \[RSP+CE0\] 0x0 (size\_t) \[RSP+CE8\] 0x0 (size\_t) \[RSP+CF0\] 0x0 (size\_t) \[RSP+CF8\] 0x0 (size\_t) \[RSP+D00\] 0x0 (size\_t) \[RSP+D08\] 0x0 (size\_t) \[RSP+D10\] 0x0 (size\_t) \[RSP+D18\] 0x0 (size\_t) \[RSP+D20\] 0x0 (size\_t) \[RSP+D28\] 0x0 (size\_t) \[RSP+D30\] 0x0 (size\_t) \[RSP+D38\] 0x0 (size\_t) \[RSP+D40\] 0x0 (size\_t) \[RSP+D48\] 0x0 (size\_t) \[RSP+D50\] 0x0 (size\_t) \[RSP+D58\] 0x0 (size\_t) \[RSP+D60\] 0x0 (size\_t) \[RSP+D68\] 0x0 (size\_t) \[RSP+D70\] 0x0 (size\_t) \[RSP+D78\] 0x0 (size\_t) \[RSP+D80\] 0x0 (size\_t) \[RSP+D88\] 0x0 (size\_t) \[RSP+D90\] 0x0 (size\_t) \[RSP+D98\] 0x0 (size\_t) \[RSP+DA0\] 0x0 (size\_t) \[RSP+DA8\] 0x0 (size\_t) \[RSP+DB0\] 0x0 (size\_t) \[RSP+DB8\] 0x0 (size\_t) \[RSP+DC0\] 0x0 (size\_t) \[RSP+DC8\] 0x0 (size\_t) \[RSP+DD0\] 0x0 (size\_t) \[RSP+DD8\] 0x0 (size\_t) \[RSP+DE0\] 0x0 (size\_t) \[RSP+DE8\] 0x0 (size\_t) \[RSP+DF0\] 0x0 (size\_t) \[RSP+DF8\] 0x0 (size\_t) \[RSP+E00\] 0x0 (size\_t) \[RSP+E08\] 0x0 (size\_t) \[RSP+E10\] 0x0 (size\_t) \[RSP+E18\] 0x0 (size\_t) \[RSP+E20\] 0x0 (size\_t) \[RSP+E28\] 0x0 (size\_t) \[RSP+E30\] 0x0 (size\_t) \[RSP+E38\] 0x0 (size\_t) \[RSP+E40\] 0x0 (size\_t) \[RSP+E48\] 0x0 (size\_t) \[RSP+E50\] 0x0 (size\_t) \[RSP+E58\] 0x0 (size\_t) \[RSP+E60\] 0x0 (size\_t) \[RSP+E68\] 0x0 (size\_t) \[RSP+E70\] 0x0 (size\_t) \[RSP+E78\] 0x0 (size\_t) \[RSP+E80\] 0x0 (size\_t) \[RSP+E88\] 0x0 (size\_t) \[RSP+E90\] 0x0 (size\_t) \[RSP+E98\] 0x0 (size\_t) \[RSP+EA0\] 0x0 (size\_t) \[RSP+EA8\] 0x0 (size\_t) \[RSP+EB0\] 0x0 (size\_t) \[RSP+EB8\] 0x0 (size\_t) 
MODULES:
XINPUT1\_3.dll 0x000000400000 mdnsNSP.dll 0x00006C1F0000 steam\_api64.dll 0x00006C330000 X3DAudio1\_7.dll 0x00006C370000 d3d11.dll 0x000180000000 PSAPI.DLL 0x01DF00000000 Fallout4.exe 0x7FF749CC0000 ResampleDmo.DLL 0x7FFCF9680000 DSOUND.DLL 0x7FFCF9740000 XAudio2\_7.dll 0x7FFCF99B0000 d3dcompiler\_46e.dll 0x7FFCFA2A0000 gameoverlayrenderer64.dll 0x7FFCFA6A0000 XDI.dll 0x7FFCFA840000 UnlimitedSurvivalMode.dll 0x7FFCFA8B0000 ToYourFaceFO4.dll 0x7FFCFA900000 SprintSpeedController.dll 0x7FFCFA950000 RobCo\_Patcher.dll 0x7FFCFA9A0000 RememberPickAngleUpdated.dll 0x7FFCFAA80000 ReloadFix.dll 0x7FFCFAB40000 PRKF.dll 0x7FFCFAEE0000 PrivateProfileRedirector.dll 0x7FFCFAF70000 pppl.dll 0x7FFCFAFD0000 po3\_SimpleOffenceSuppressionF4.dll 0x7FFCFB010000 Outfit-ReDress-Fix.dll 0x7FFCFB0A0000 mcm.dll 0x7FFCFB3E0000 LighthousePapyrusExtender.dll 0x7FFCFB480000 Interior-NavCut-Fix.dll 0x7FFCFB5B0000 HighFPSPhysicsFix.dll 0x7FFCFB600000 GCBugFix.dll 0x7FFCFB690000 GardenOfEdenPapyrusExtender.dll 0x7FFCFB6F0000 EnergyWeaponCalcFix.dll 0x7FFCFB990000 crafting\_highlight\_fix.dll 0x7FFCFBB70000 ClassicHolsteredWeapons.dll 0x7FFCFBBC0000 CCExtenderF4.dll 0x7FFCFBC70000 BulletCountedReload.dll 0x7FFCFBCE0000 Buffout4.dll 0x7FFCFBD70000 BakaMaxPapyrusOps.dll 0x7FFCFC0D0000 BackportedBA2Support.dll 0x7FFCFC180000 steamclient64.dll 0x7FFCFD7D0000 D3DCOMPILER\_43.dll 0x7FFCFEE50000 cudart64\_75.dll 0x7FFCFF0C0000 GFSDK\_GodraysLib.x64.dll 0x7FFCFF120000 GFSDK\_SSAO\_D3D11.win64.dll 0x7FFCFF180000 MSVCR110.dll 0x7FFCFF210000 flexRelease\_x64.dll 0x7FFCFF2F0000 IPHLPAPI.DLL 0x7FFCFF440000 MSVCP110.dll 0x7FFCFFA00000 f4se\_1\_10\_163.dll 0x7FFCFFAB0000 BlockingOverhaul.dll 0x7FFD194E0000 msdmo.dll 0x7FFD19BD0000 bink2w64.dll 0x7FFD1A610000 tier0\_s64.dll 0x7FFD1A750000 encounter\_zone\_recalculation.dll 0x7FFD1AA00000 BetterConsole.dll 0x7FFD1AA30000 WeaponDebrisCrashFix.dll 0x7FFD21660000 ArmorPenetrationBugFix.dll 0x7FFD21680000 vstdlib\_s64.dll 0x7FFD216D0000 f4se\_steam\_loader.dll 0x7FFD22580000 SprintStutteringFix.dll 0x7FFD22640000 d3dx11\_43.dll 0x7FFD41360000 nvToolsExt64\_1.dll 0x7FFD413B0000 flexExtRelease\_x64.dll 0x7FFD41490000 usvfs\_x64.dll 0x7FFD477B0000 webio.dll 0x7FFD48CD0000 ncryptsslp.dll 0x7FFD5E130000 CONCRT140.dll 0x7FFD5E4C0000 winmmbase.dll 0x7FFD5FE30000 Windows.UI.dll 0x7FFD5FE60000 VCRUNTIME140.dll 0x7FFD68C60000 VCRUNTIME140\_1.dll 0x7FFD68C80000 MSVCP140.dll 0x7FFD68C90000 textinputframework.dll 0x7FFD6D960000 OneCoreCommonProxyStub.dll 0x7FFD6DB70000 nvwgf2umx.dll 0x7FFD6E290000 AUDIOSES.DLL 0x7FFD72490000 MMDevApi.dll 0x7FFD72CF0000 WINSPOOL.DRV 0x7FFD73BC0000 COMCTL32.dll 0x7FFD73C70000 MpOav.dll 0x7FFD74560000 amsi.dll 0x7FFD745F0000 fastprox.dll 0x7FFD74B10000 nvgpucomp64.dll 0x7FFD74FA0000 wbemsvc.dll 0x7FFD77BF0000 NvMessageBus.dll 0x7FFD77CB0000 wbemcomn.dll 0x7FFD78050000 nvapi64.dll 0x7FFD780D0000 drvstore.dll 0x7FFD79FD0000 MSIMG32.dll 0x7FFD7A150000 wbemprox.dll 0x7FFD7A260000 cryptnet.dll 0x7FFD7A2E0000 nvldumdx.dll 0x7FFD7A360000 OneCoreUAPCommonProxyStub.dll 0x7FFD7A690000 WINMM.dll 0x7FFD7AD30000 VERSION.dll 0x7FFD7B250000 rasadhlp.dll 0x7FFD7B260000 fwpuclnt.dll 0x7FFD7B490000 dhcpcsvc.DLL 0x7FFD7C640000 dhcpcsvc6.DLL 0x7FFD7C660000 WINHTTP.dll 0x7FFD7CF50000 CoreUIComponents.dll 0x7FFD7D850000 avrt.dll 0x7FFD7DE60000 directxdatabasehelper.dll 0x7FFD7DFA0000 d3d11.dll 0x7FFD7F450000 dcomp.dll 0x7FFD7F6B0000 CoreMessaging.dll 0x7FFD7FD50000 MSVCP140\_ATOMIC\_WAIT.dll 0x7FFD7FEC0000 apphelp.dll 0x7FFD80130000 UxTheme.dll 0x7FFD80230000 dxgi.dll 0x7FFD80550000 dwmapi.dll 0x7FFD80660000 WINNSI.DLL 0x7FFD80700000 dxcore.dll 0x7FFD80740000 DbgHelp.dll 0x7FFD83220000 resourcepolicyclient.dll 0x7FFD83660000 wintypes.dll 0x7FFD83990000 windows.storage.dll 0x7FFD83AD0000 HID.DLL 0x7FFD843D0000 IpHlpAPI.dll 0x7FFD846A0000 DNSAPI.dll 0x7FFD846D0000 UMPDC.dll 0x7FFD849F0000 POWRPROF.dll 0x7FFD84A10000 Secur32.dll 0x7FFD84A80000 schannel.DLL 0x7FFD84B00000 kernel.appcore.dll 0x7FFD84C00000 rsaenh.dll 0x7FFD84C20000 SSPICLI.DLL 0x7FFD84F00000 MSWSOCK.dll 0x7FFD85110000 USERENV.dll 0x7FFD851B0000 CRYPTSP.dll 0x7FFD85330000 CRYPTBASE.DLL 0x7FFD85350000 wldp.dll 0x7FFD85460000 NTASN1.dll 0x7FFD85510000 ncrypt.dll 0x7FFD85550000 msasn1.dll 0x7FFD85860000 devobj.dll 0x7FFD85880000 CFGMGR32.dll 0x7FFD858B0000 DPAPI.DLL 0x7FFD85920000 profapi.dll 0x7FFD85B00000 msvcp\_win.dll 0x7FFD85BD0000 wintrust.dll 0x7FFD85C70000 gdi32full.dll 0x7FFD85CE0000 ucrtbase.dll 0x7FFD85E00000 win32u.dll 0x7FFD85F20000 CRYPT32.dll 0x7FFD85F50000 bcryptPrimitives.dll 0x7FFD86180000 KERNELBASE.dll 0x7FFD86200000 bcrypt.dll 0x7FFD865B0000 IMM32.DLL 0x7FFD865E0000 msvcrt.dll 0x7FFD86690000 shcore.dll 0x7FFD86740000 KERNEL32.DLL 0x7FFD86840000 SHELL32.dll 0x7FFD86910000 USER32.dll 0x7FFD87200000 SHLWAPI.dll 0x7FFD87430000 NSI.dll 0x7FFD87550000 OLEAUT32.dll 0x7FFD87560000 RPCRT4.dll 0x7FFD87640000 combase.dll 0x7FFD87780000 COMDLG32.dll 0x7FFD87B10000 sechost.dll 0x7FFD87C10000 MSCTF.dll 0x7FFD87CC0000 imagehlp.dll 0x7FFD87E20000 ole32.dll 0x7FFD88010000 SETUPAPI.dll 0x7FFD881C0000 GDI32.dll 0x7FFD88640000 ADVAPI32.dll 0x7FFD88670000 clbcatq.dll 0x7FFD88740000 WS2\_32.dll 0x7FFD887F0000 ntdll.dll 0x7FFD888B0000 
F4SE PLUGINS:
ArmorPenetrationBugFix.dll v1 BackportedBA2Support.dll v1 BakaMaxPapyrusOps.dll v1.1 BetterConsole.dll BlockingOverhaul.dll v1 Buffout4.dll v1.28.6 BulletCountedReload.dll CCExtenderF4.dll v1.2 ClassicHolsteredWeapons.dll crafting\_highlight\_fix.dll encounter\_zone\_recalculation.dll EnergyWeaponCalcFix.dll v1 GardenOfEdenPapyrusExtender.dll v18 GCBugFix.dll v1 HighFPSPhysicsFix.dll Interior-NavCut-Fix.dll v1.0.3 LighthousePapyrusExtender.dll v1.4 mcm.dll Outfit-ReDress-Fix.dll v1 po3\_SimpleOffenceSuppressionF4.dll v1 pppl.dll PrivateProfileRedirector.dll PRKF.dll ReloadFix.dll v1.2.4 RememberPickAngleUpdated.dll RobCo\_Patcher.dll v3.6 SprintSpeedController.dll v1 SprintStutteringFix.dll ToYourFaceFO4.dll UnlimitedSurvivalMode.dll WeaponDebrisCrashFix.dll XDI.dll 
PLUGINS:
\[ 0\] Fallout4.esm \[ 1\] DLCRobot.esm \[ 2\] DLCworkshop01.esm \[ 3\] DLCCoast.esm \[ 4\] DLCworkshop02.esm \[ 5\] DLCworkshop03.esm \[ 6\] DLCNukaWorld.esm \[ 7\] Unofficial Fallout 4 Patch.esp \[ 8\] XDI.esm \[ 9\] YouAndWhatArmy2.esm \[ A\] WeaponModFixes-GOTY.esp \[ B\] RAW INPUT.esp \[ C\] Less Annoying Berry Mentats.esp \[ D\] Complex Vendors.esp \[ E\] DLC Timing.esp \[ F\] BlockingOverhaul.esp \[10\] AttachPack.esp \[11\] ScopeOverlayDOF.esp \[12\] RemoveBlur.esp \[13\] Vivid Waters.esp \[14\] Vivid Weathers - FO4.esp \[15\] Vivid Weathers - FO4 - Far Harbor.esp \[16\] Vivid Weathers - Natural Bright.esp \[17\] Vivid Weathers - Nuka World.esp \[18\] You Are Exceptional.esp \[19\] SelectMarksman.esp \[1A\] WattzLaserGun.esp \[1B\] Tomacuzi9.esp \[1C\] Zapgun.esp \[1D\] SelectShotgun.esp \[1E\] SurvivalOptions.esp \[1F\] AVBPipeGunsReplace.esp \[FE: 0\] ccBGSFO4044-HellfirePowerArmor.esl \[FE: 1\] ccBGSFO4115-X02.esl \[FE: 2\] ccBGSFO4116-HeavyFlamer.esl \[FE: 3\] ccBGSFO4110-WS\_Enclave.esl \[FE: 4\] ccBGSFO4096-AS\_Enclave.esl \[FE: 5\] ccFSVFO4007-Halloween.esl \[FE: 6\] ccBGSFO4046-TesCan.esl \[FE: 7\] ccSBJFO4003-Grenade.esl \[FE: 8\] ccOTMFO4001-Remnants.esl \[FE: 9\] REFramework.esm \[FE: A\] Ownership Fixes.esp \[FE: B\] Community Fixes Merged.esp \[FE: C\] TMR\_GlitchfinderAIO.esm \[FE: D\] GrenadeCombatFixes.esl \[FE: E\] JumpFallPoseFix.esl \[FE: F\] NPCRespawnFix.esl \[FE: 10\] OutlineWorkshopShader.esl \[FE: 11\] SelectRevolver.esl \[FE: 12\] FOLON\_Lewis.esl \[FE: 13\] PPF.esm \[FE: 14\] MiscAnimTweaks.esp \[FE: 15\] Wetness Shader Fix.esp \[FE: 16\] Fixed Gobo Effects.esp \[FE: 17\] Flutter Flicker Fixer For Foliage.esp \[FE: 18\] PRP.esp \[FE: 19\] PuddleReflectionFix.esp \[FE: 1A\] Chemfluence AI Combat Dynamics.esp \[FE: 1B\] SimplePowerArmorReductionSystem.esp \[FE: 1C\] Keep Radiants In Commonwealth.esp \[FE: 1D\] WhoIsTheGeneral.esp \[FE: 1E\] LegendariesTheyCanUse.esp \[FE: 1F\] No Sneaking in Power Armor.esp \[FE: 20\] Backpacks of the Commonwealth - UFO4P Patch.esp \[FE: 21\] Attach Pack Mod Description Fixes.esp \[FE: 22\] Legendary Mutation Messages Fix.esp \[FE: 23\] Lightweight Lighting.esp \[FE: 24\] Gloomy Glass.esp \[FE: 25\] FO4ParticlePatch.esp \[FE: 26\] WET.esp \[FE: 27\] WAVE.esp \[FE: 28\] Targeted Textures.esp \[FE: 29\] DiamondCityBillboards.esp \[FE: 2A\] Diamond City Supplements.esp \[FE: 2B\] GoodneighborView.esp \[FE: 2C\] TerrainUndersides.esp \[FE: 2D\] VividFallout - AiO - BestChoice.esp \[FE: 2E\] UltimateLockpick.esp 
Thanks so much!
submitted by SouthernShape2180 to Fallout4Mods [link] [comments]


2024.05.15 16:28 AdventurousSeeker192 3 Small-cap Gold Juniors to Take Notice of $ELEM $GLDR $SOMA

(The information on the three gold companies in this report is not definitive. Instead, this information will drive you to do more due diligence and make an investment decision.)
A different way to invest in gold is to look for great properties. If you bundle the three companies/properties in this piece, you could own three great properties collectively for under CDN2.00 a share.
https://preview.redd.it/r3ojx4rynl0d1.jpg?width=1500&format=pjpg&auto=webp&s=f188257532dc4ca3a50611b50bbde4ffa44ea47c
GOLDEN RAPTURE MINING (GLDR: CSE) is a collection of premier Ontario mining properties in the Rainy River region that have done enough work to unveil potential, below but left a significant amount of gold with great g/t numbers. As of this morning, some numbers will indeed up its profile. Considering the stock has been listed for about two weeks, these results are excellent. Forgive the length of the table, but given the quality of the results, investors must get the whole picture.
https://preview.redd.it/fzy13fb0ol0d1.png?width=833&format=png&auto=webp&s=a844bbabf8febd58fa858fe4f4d1b62f89c5f1c6
First, the newest, being listed in the last month, is Golden Rapture Gold. The Company intends to reactivate past mines in the Rainy River area of Ontario. The property is so new that management has only walked about 5% of it, but the numbers are already impressive over its two projects. The Company holds a 100% interest in the high-grade Phillips Township Gold Property, Rainy River District, NW Ontario. The land package totals 225 claim cells for approximately ten thousand acres located close to 4 mineral deposits. These assets include the New Gold Rainy River Mine (+8 million Oz.), the Cameron Lake Deposit (1.8 million Oz.), the Agnico Eagle-Hammond Reef deposit (3.3 million Oz.), the Tartisan Nickel, Copper, and Cobalt Deposit, and many others. Mature local infrastructure, workforce, heavy-duty equipment, hospitals, major highway systems, and local services are nearby.
https://preview.redd.it/jqg05eo1ol0d1.png?width=1135&format=png&auto=webp&s=a02df752577dbd62bddcd872fc131fe7794fce59
Mr. Richard Rivet, CEO of Golden Rapture, commented: “I am incredibly pleased that we have just made some essential and rapid steps toward identifying additional high-grade drill-ready targets. We were pleasantly surprised to discover many high-grade quartz veins on the surface, with the majority of them carrying gold. Unlike many exploration companies, we are not just chasing the typical geophysical anomaly but also many vast high-grade gold structures identified on the surface that can be drilled at any time.
https://preview.redd.it/303n77s7ol0d1.png?width=843&format=png&auto=webp&s=96df5f7ae205367b1a51d30b482d9940c91d0d22
The Company holds a 100% interest in the high-grade Phillips Township Gold Property, Rainy River District, NW Ontario. The land package totals 225 claim cells for approximately ten thousand acres located close to 4 mineral deposits.
These assets include the New Gold Rainy River Mine (+8 million Oz.), the Cameron Lake Deposit (1.8 million Oz.), the Agnico Eagle-Hammond Reef deposit (3.3 million Oz.), the Tartisan Nickel, Copper, and Cobalt Deposit, and many others. Mature local infrastructure, workforce, heavy-duty equipment, hospitals, major highway systems, and local services are nearby.
Ryan Yanch CIM, a director of GLDR, states***, ‘One extremely important fact is that GLDR’s drilling cost is an industry-leading CDN140 a meter. It is not unusual for other gold comp[anbies to spend CDN200-400 or more a meter. One major contributor to this is that one significant cost is the location of the drilling company. 17 km away from the properties significantly lowers the capital cost and allows a more robust drilling program”.***
Given the uniqueness and exceptional quality of GLDR’s properties, there could be excellent investor support. Gold is rallying, and the prospect of further rises may portend in the shadow of interest rate cuts.
Previous work on the properties quickly removes the ubiquitous ‘drill’ on the property or other tropes. These are serious businessmen and women with decades of mining and entrepreneurial experience.
In the world of junior mining IPOs, there is a feeling that the stars must align to profit. Au contraire***. The keys to investing success are the right properties, management, and, in this case, a rallying gold price.***
Numero Deux
https://preview.redd.it/p6h56dz9ol0d1.png?width=479&format=png&auto=webp&s=67770cada4ffa1e689c4611a19309ea0d9eadbfc
Element79 Gold Corp (the “Company”) (CSE: ELEM) (OTC: ELMGF) is a fascinating gold company and the second in our gold triumvirate located primarily in Peru through its flagship Lucero, Peru, property.
(Full Disclosure: James Tworek, CEO of Element79, is an adviser to the GLDR Board. Your humble scribe owns a small position in each Company.)
The past-producing Lucero Mine (“Lucero”) is one of the highest-grade underground mines in Peru’s history, with grades averaging 19.0g/t Au Equivalent (“Au Eq”) (14.0 g/t gold and 373 g/t silver).
https://preview.redd.it/of62jjsbol0d1.png?width=557&format=png&auto=webp&s=63799ac26087364b8afa847435d1ba86de0701d3
In its past 5 years of production, ending in 2005, it produced an average of 40,000oz+/yr.
Assays from March 2023 yielded 21-ore-grade and high-yield up to 11.7 ounces per ton of gold and 247 ounces per ton of silver from underground workings, further validating the potential for a significant high-grade future operation.
Consolidating its focus in this region and its impressive geology, ELEM acquired the Roxana Vein and surrounding 1200ha property, Lucero del Sur 28, via auction held on May 17, 2023. The property is located strategically just east of the high-grade Lucero gold-silver project.
Instead of going into much history, let’s look at the Press release ELEM put out on April 23. New assays were released, and CEO James Tworek stated, “The data obtained is not just promising; it’s the cornerstone upon which our future endeavours will be built,” said James Tworek, CEO of Element 79. “These recent results, coupled with historical data, represent the bedrock upon which we are advancing our Lucero project.”
Corporate Presentation.
https://preview.redd.it/q0peilsdol0d1.jpg?width=800&format=pjpg&auto=webp&s=70ca19204d296b5505017134f9a3238b6d713256
From the PR: A total of 97 samples were sent for assays, 56 of which returned greater than 0.1 g/t gold (up to 8.55 g/t gold and 523 g/t silver. Several samples also were rich in base metals (up to 23.7% lead and 9.9% zinc), all of which underscores the richness of our project, further supporting the Company’s belief a robust resource base can be delineated. (Actual assay numbers are shown in the PR)
James C Tworek further states, “Element79 Gold has transformed from an asset amalgamator and seller to a near-term production story, responding to Peru’s government push for formalizing artisanal mining operations. We at Element79 Gold are thrilled to share our unwavering dedication to bringing our Lucero gold project in Peru into production. This past-producing, high-grade gold and silver mine holds immense potential to revitalize our Company and foster economic growth and prosperity in the region. “
The other ELEM property brings us back to North America. Nevada, to be precise. Reason to pay attention?
https://preview.redd.it/ahbl9b9gol0d1.png?width=504&format=png&auto=webp&s=de8c1fe7b99e4fee542ebd7b57e12b0fb60ddf28
Maverick Springs is adjacent to the Carlin Trend. For the uninitiated, the area contains several of the largest gold mines on Earth. The area includes a number of the largest gold mines on Earth. Maverick Springs is a blind deposit comprising a 30-120 metre thick, flat-lying zone centred on an anticlinal structure with oxidation pervasive to 120 metres and intermittent to 270 metres. (5)
West Whistler property is in the same area as Maverick, closer to the Battle Mountain Trend, alongside Carlin: Near several gold deposits, including the Cortez Mine, North America’s third largest gold mine with 2021 gold production of 828,000 ounces.
Finally, the Clover Property, 16 km west of the massive Hecla Mine in the Northern Nevada Rift. The property sits at the top and centre of the Carlin and Battle Mountain Trends.
Nevada Gold’s active Turquoise Ridge Mine, the third largest gold mine in the United States with 537,000 ounces of gold production reported in 2020, as well as the Twin Creeks open pit mines and the dormant Pinson and Getchell mines.
Element 79 has drilling programs announced for the 2023/24 years and a more vigorous program for 2024/25.
https://preview.redd.it/jm0ixwjhol0d1.png?width=943&format=png&auto=webp&s=e54f1368dac6eb4b173daed8f101989cd1ff26de
As (GoldSilver.com) an aside, the gold price—and silver—have softened after particularly gold had a decent run. The first two in our group have slid a bit but seem to be holding in nicely.
If one follows gold forecasts, the pundits call for USD 2500-3000 over the next few years. The strategy is simple: A move to USD 3,000 represents a 50% appreciation. However, that also comes with physical and liquidity issues should you want to sell.
And the Gold price?
On December 30, 2022, gold closed the year at $1,819.70 per ounce. Flash forward to one year later, and gold closed 2023 at $2,062.40. That’s a gain of 13.3% in a single year.
With gold pushing to new record highs, it’s a fascinating time for gold investors.
Predicting the future of gold prices is never easy, but to offer some insights into what 2024 might hold, we’ve (compiled an array of gold price forecasts, outlooks, and predictions from renowned banks, industry experts, and financial analysts.
Let’s take a look.
https://preview.redd.it/hvtfmvojol0d1.png?width=1270&format=png&auto=webp&s=e010811fe9a82a92ebcfbce86a0b8ef1a3ca60f8
Numero Three
https://preview.redd.it/c3piq1qlol0d1.png?width=368&format=png&auto=webp&s=5e03a374e70713d3d9c1d284149582b1bef3797d
Off we go to South America. This time, Columbia with SOMA Gold. (TSXV: SOMA) (WKN: A2P4DU) (OTC: SMAGF) (the “Company” or “Soma“) recently announced that gold production for Q1 2024 was 7,335 AuEq ounces, an increase of 8% over the same period in 2023.
Let’s not get ahead of ourselves.
https://preview.redd.it/zs05p1jnol0d1.png?width=625&format=png&auto=webp&s=2495c1d6df13c2ef31100c031528f8e970d8940d
The Company owns two adjacent mining properties in Antioquia, Colombia, with a combined milling capacity of 675 tpd. (Permitted for 1,400 tpd). The El Bagre Mill is currently operating and producing. Internally generated funds are being used to finance a regional exploration program.
https://preview.redd.it/3oy5cbapol0d1.png?width=872&format=png&auto=webp&s=f777cb52c01985d3c554fabc0cd2eb42ca45cd89
Soma is further ahead than our previous companies, which doesn’t make it better; it is just a different stage of development.
Corporate Presentation, 2023 results, Tech Report.
https://preview.redd.it/39o70anqol0d1.png?width=729&format=png&auto=webp&s=d3542994b4fcfb9fdc0ee7150497a8df2bd2d448
Properties
Cardero Mine
As mentioned, these three companies are similar in that they have what appear to be skookum properties. They are also all great gold proxies, and they all trade for under CDN1.00. Cheekily, I may have said that investors can own all three companies for under CDN 2.00 a share.
While I like the companies, I would buy them for their land positions. All have land that isn’t some dust pit but has either historical or proven assays. And most are near large producers. Element79; Nevada.Carlin Trend? Seriously?
submitted by AdventurousSeeker192 to PennyStocksWatch [link] [comments]


2024.05.15 15:38 rsmith02ct Big Bugfix for 21.300 just came out

Details here. It seems to come with an updater that only patches the parts of the program that need updating- for me that was ~100MB and too seconds.
Anyway here's what's new:
Improvements and Bug fixes:
Known issues:
You may download this update via the auto-update feature or directly from here.
https://www.vegascreativesoftware.info/us/forum/update-vegas-pro-21-build-314--145714/
submitted by rsmith02ct to VegasPro [link] [comments]


2024.05.15 13:02 raulito2710 MacBook M3 Max for video editing

I’m looking to upgrade from my Asus Zephyrs G15. (AMD Ryzen chip, 16gb ram, 3060 gpu) It’s never been the best laptop, but at the time of purchase I didn’t have much work.
Now I’m jumping between different editing tasks and different footage.
Part time job - editing 6k H.265 footage in premier pro - scaled to 9:16 (very heavy colour grading like adding in halation)
The rest is very light editing in premier, bits in After Effects, bits in CapCut, and online editing in Canva (not strenuous at all, even on my current laptop)
Client work - a big part of my client work is heavy editing, using lots of overlays, such as grain and VHS, and then the main one that’s super heavy is film emulation that for me is a necessity to most of my projects, all in Premier Pro. Other tasks include aggressive cropping (I use the 6k to the fullest) and key framing faces/objects frame by frame. This is also 6k H.265, 3:2 open gate that I down scale to 1080p normally in 4:3 or sometimes 9:16 timeline.
Now when I’m super busy jumping between different tasks, I normally have to work amongst all these tasks at the same time. The one thing I’ve never been able to do in my entire life is be able to render a project(s) whilst doing other tasks or even further editing. This, to me, is obscene technology if a laptop is able to do this.
Something I’m finding in my research is I can’t find a lot of people using the laptops for these type of tasks. It’s either low demand video editing in premier (like a wedding or something?) or the highest demand tasks possible like Blender and VFX in After Effects.
Current work flow - I’ve managed to develop a work around for my editing, which is nesting the asset, then I can batch render them over night whilst I sleep. Then if I have time on the editing I will create proxies (also overnight), which makes editing super fun. I think my laptop will explode at some point, I have it power itself off sometimes mid render. It’s also always so so hot to touch when working.
Now the question I have is, I’m willing to pay whatever is required, so if I need to save for longer I will - but do I need to the best spec version if I’m not doing the heaviest tasks out there???
I’m looking to get the M3 Max 16cpu, 30gpu, 36gb of ram, and in short, will that be enough power for what I do or even more then enough power ?? Can I continue to video edit in premier pro whilst it renders in media encoder ??
Correct me if I’m wrong, but from my research I’m seeing that the ram is the component that I should look to upgrade if it’s heavy multitasking that I’m trying to do??
submitted by raulito2710 to mac [link] [comments]


2024.05.15 11:19 morkaljohn The Rise of Digital Nomads: Embracing a New Era of Work and Travel

Hi everyone! 👋 Are you prepared to go off on a voyage filled with opportunity, excitement, and liberty? 🚀 Let's discuss the growing trend of digital nomadism, a way of life that is completely changing the way we travel and work!
Imagine following your professional passions and growing your career while waking up to the sound of breaking waves on a pristine beach, enjoying your morning coffee while watching the sunrise over a stunning mountain vista, or meandering through cobblestone streets in a quaint European village. Doesn't it sound like a dream? That's true for digital nomads, though! 💻✨
An increasing number of people are choosing to live the digital nomad lifestyle since it allows them to work from anywhere in the world and has made technology more accessible than ever. People from all walks of life are embracing a life of adventure, exploration, and limitless possibilities by escaping the confines of the typical office, whether they are creative professionals, independent contractors, or remote workers. 🌏💼
However, what precisely is causing this phenomenon? Many are drawn to the pull of adventure and the chance to fully immerse themselves in different cultures, languages, and experiences—all while pursuing a career that fulfills them. Digital nomads are expanding the definition of the typical workstation and seeing the world one place at a time, from busy cities to serene getaways. 🌴🏔️
The life of a digital nomad is not without difficulties, of course. Digital nomads have to adjust to a distinct set of conditions, which includes managing work-life balance, finding dependable internet connections, and navigating visa requirements and time zone changes. However, it is precisely these difficulties that cultivate adaptation, ingenuity, and resilience—qualities that are priceless in both the personal and professional spheres. 💪🌟
So let's celebrate the trailblazers, explorers, and dreamers who are digital nomads. I hope your travels are full of limitless opportunities, life-changing events, and the unending beauty of the planet. 🌍✨ #WorkAndTravel #EmbraceTheJourney #DigitalNomads
Let you tell it to us! Are you prepared to live a nomadic digital lifestyle? Post your ideas, goals, and desires in the comments section below! 👇✨
submitted by morkaljohn to u/morkaljohn [link] [comments]


2024.05.15 11:14 Character_Ask8343 Nginx Proxy Manager not secured in EKS

Hi everyone,
I'm currently deploying an application on Amazon EKS and using Nginx Proxy Manager to manage my proxy configurations. However, I've encountered an issue where my application is not showing as secured (no HTTPS).
Here's my setup:
I've followed the standard setup procedures, but my application still doesn't show as secured when accessed via the browser.
Can anyone provide guidance on what might be causing this issue or what additional steps I might need to take to ensure my application is secured properly?
Do i need to use custom SSL? If that so, which path need to insert custom SSL? Or what did i miss?
Thanks in advance for your help!
Below are my manifest:
#! Client Ingress --- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: nginx-proxy-manager-ingress namespace: dev annotations: nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-allow-origin: '*' nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" spec: ingressClassName: nginx tls: - hosts: - np-nginx-manager-xxx.com secretName: xxxx rules: - http: paths: - path: / pathType: Prefix backend: service: name: nginx-proxy-manager-service port: number: 81 # - path: / # pathType: Prefix # backend: # service: # name: nginx-proxy-manager-service # port: # number: 80 # Deployment --- apiVersion: apps/v1 kind: Deployment metadata: name: nginx-proxy-manager-deployment labels: name: nginx-proxy-manager-deployment namespace: dev spec: replicas: 1 selector: matchLabels: app: nginx-proxy-manager template: metadata: labels: app: nginx-proxy-manager spec: nodeSelector: Type: default SubnetType: xx RunApp: xx Env: xx containers: - name: nginx-proxy-manager-deployment image: jc21/nginx-proxy-manager:latest imagePullPolicy: Always ports: - containerPort: 80 - containerPort: 81 - containerPort: 443 volumeMounts: - name: letsencrypt mountPath: /etc/letsencrypt - name: data mountPath: /data resources: limits: cpu: 1000m memory: 1Gi requests: cpu: 100m memory: 100Mi volumes: - name: letsencrypt - name: data # Service --- apiVersion: v1 kind: Service metadata: name: nginx-proxy-manager-service labels: name: nginx-proxy-manager-service namespace: dev spec: ports: - name: web-ui port: 81 targetPort: 81 protocol: TCP - name: http-port port: 80 targetPort: 80 protocol: TCP - name: https-port port: 443 targetPort: 443 protocol: TCP selector: app: nginx-proxy-manager 
submitted by Character_Ask8343 to nginxproxymanager [link] [comments]


2024.05.15 10:03 Zapfire_ How to play ironjaw better?

Hello there. I'm kind of new to aos. (40k player discovering the game)
I wanted to play orruk because ork ork ork, and specifically Ironjaw because 1) their models was cool and 2) if I only play ironjaw I won't have to many models to buy to get the whole entry of my army
I currently got two time the start collecting, a maw crusha, anvil smasha and a brute box, but I've played 2k pts with proxy
Here what I've learn
Big waaag rules seem better than ironjaw rules, so I mostly play this.
Hardboyz are pretty resilient, but also costy.
Brutes seem to be best for chaff (5brute will screen equal to 10hardboy while costing 140pts instead of 200)
Ragerz and weirdbrute are my damage dealers and hit pretty strong for how not so costy they are
Warchanter are mandatory
My best game was against a draw against skeleton army without nagash, it was 3 time "6 ragers behind 10hardboy" wich forced le to play safely and I lacked of objectives controls, but I could have played it more agressively IMO
Last game was against Oggor on kind of mamouth and it went pretty hard I'l on a 100% forfait against this army
I've tried to play 2times weirdbrute behind brutes, and a big pack of 30 hardboyz. Bunchof buffer characters. No maw crusha
My game plan was to take control of mid with my 2*2 brutes, and throw my hardboy swarm and hold an side objecive. Sadly the scenario was the pulsations objective that moove around the map, soI had to play it more mobile and focused on middle map.
It went pretty bad because I don't managed to deal his big mamouth
He went into my 5brute chaff and cleared it as intended, I throw 6weird brute full buffed on him, glory hour + roarr, I removed around 8hp, I losed my weirdbrute wich could seem normal due to the mamouth being two time the weirdbrute cost
But I realised it letted only 6weirdbrutes remain to manages his mamouth tyran, his other mamouth tyran, and his mamouth priest.
I've trolled the game for their was no sorcerer around hardboyz to throw magic shield, but they kinda did their job to prevent ennemy getting on an objective, but I'm not sure it was worth 600pts
I'm not sure to get what's the best from brutes and hardboy. Brutes seem to be hardboy but less resilient, and hardboy are pretty tanky, but because of their cost I'm not sure how much I want to reunforce them.
Gore grunta are mobile but struggle to clear something without warchanter, I don't know what I want them to do in my list (screen? Reinforced with a warchanter to damage deal? Scoring?)
So here I am, full of questioning about the uronjaw army
I wonder if ant of you could learn me something about the battletome (for exemple, how to deal something that is more lethal and more résilient than my maw crusha?)
Thanks
submitted by Zapfire_ to OrrukWarclans [link] [comments]


2024.05.15 08:00 ComprehensiveOne2553 Premiere Pro Crashing on Export

Hi everyone, I need some help and have been in tears the last hour trying to figure this out. Adobe Premiere Pro will not stop "unexpectedly" quitting mid tasks.
For the life of me I have tried (seemingly) everything and nothing seems to be working. For context:
Multiple scenarios have caused the program to crash including:
I have also contacted Adobe support who merely sent me this list and then wanted to have me download something (Bogmar?) to share complete access to my computer (SKETCHY). Their manager is apparently calling me in the morning, but I'm not even entirely convinced this was a real Adobe rep who helped me in the first place (they were super rude and pushy about me downloading Bogmar).
I have been using Premiere Pro for a while and have never had this issue before switching computers. I am by no means a Premiere Pro expert, but am here to learn. I'm unable to render or export a project I have been working on for days.
Please help if you can :(
submitted by ComprehensiveOne2553 to premiere [link] [comments]


2024.05.15 04:31 No_Definition_6134 [AL], [SFH], Removal of board advice needed

We live in a community in Alabama where our board has hired a management company to run the neighborhood, they do a horrible job with this and money is being spent without no oversight of the vendors. The board has been in place for multiple years because we never reach quorum but the neighborhood is agreement we have to do something. We collected 80% of the communities signatures to call for the removal of the board and while also collected 70% of the communities proxy vote written and signed over to us to vote in the upcoming meeting.
Our bylaws state we have the right through majority vote "at any time" with or without cause to remove and replace board members. It does not however specially state how so we would assume we petition for special meeting then vote.
We are not allowed to speak to the board members and only allowed to talk to the management company who thus far has been unresponsive to our requests going on a week. Per our bylaws only the president and board have the right to call a special meeting however I go back to the clause "at any time" we have the right to replace the board by majority vote.
We want this done ASAP, anyone have recommendation for Alabama on what can be done by the members? We could call our own meeting and give notice but the bylaws don't seem to allow for this since only the board and president are able to do so. In short we have already collected enough signature to force them to have to schedule a meeting per our bylaws (but so far nothing). What else can we do in Alabama?
submitted by No_Definition_6134 to HOA [link] [comments]


2024.05.15 04:29 EccentricSage81 usb4 type C worse than cheap usb ethernet lan landline1900s phones? (rj11/45/cat8e whatevs)

Ethernet has landline 1900s phones two pairs wires reserved in the spec sheet its 8 or so wires when crimping the ends uses like two with one for ground and one seemingly empty and then has two for phone and some unused, with old 10/100 baseT coax with terminating ends exactly like optical or coax 90s cable TV with optical fiber 99% of the way just your block has coax to the rest which uses the 'same'DOCSIS data over cable standards as fibre optic.. just slightly worse latency and bandwidth is calculated by latency things like wifi lan has like 11 channels or 15 channels of frequency which optical calls wavelengths of light. A 2015 or around there linus tech tips video of him going to a swedish lan party called dreamhack had a bunch of multiple redundant 8Terabit or was it bytes of fibre optic internet they explained with light having 7 colors but having 8terabytes of bandwidth with different wavelengths of light called frequencys or a better term for optics is known as LASER ARRAYS of light at fixed frequencys that often plugs into the PC via ethernet cables or whatever for a gamer lan party or home/residential or small businesses at realistically within budget of anything with enough users to require that bandwidth or 'web hosting or web servers' you dont need to be an undersea cable or international link with 200terabits plus for an internet exchange to your main CBD or the fastest like the netherlands IX...
So the problem im trying to solve is, here in australia we got our undersea cables done wrong they kept breaking and we didnt have a navy or defense force securing our countrys communications to prevent war crimes and keep us connected to the global banking systems or whatever.. and then when our biggest telcos cable or fibre all had dialup speeds for around 2 weeks in the early years 2000s to force us to pay other countrys to connect to their links and be ' end of the line' maybe paywalled or proxied off the internet randsomewared to connect to and borrow bandwidth from other countries satellites and other countries undersea link cables which truly were indestructible to any cruise liner ships anchors whatever being flexible giant steel braided cables big as a CAR when australia finally paid to lay small sections of that stuff to link up to others and not pay randsome to internet butt bandits or have private businesses and multi nationals run their own links and ignore the public our lack of a defense force actually let somalian pirates literally somehow pick up and walk off with our expensive undersea car sized cables filled with a few arms thick of hair thin fibre optics which is cheapest clear resin enamels plastics about $3 not sure if USD per kilometer and resembles modern glass/glazing. How does anybody steal that stuff without people noticing like you cant just load it onto a truck and drive away? or a boat? if only satellites and some sort of defense organization existed to prevent us from being impersonated or whatever.. So now in australia ANYTHING with words like gigabit costs a fortune for a mainboard or switch or ethernet hub.. but the ancient 1900s 10/100 telephone land line wires of ethernet 10/100 clock in at a whopping 13 or so mhz sometimes 27.. and 60 or more mhz for like gigabits and whatever it increases shockingly fast with each mhz clock cycle as its units of work over time in nano seconds or zeptoseconds you see billionths of a second nano second RAM and PC with windows realtime kernel actually uses like ryzen hardware negative latency faster than reality freely syncing with any device in the universe and fixed mhz frequency bus can drive like 50 to 100 or thousands of GPU's and HDDs and monitors or whatever from the one modern multicore PC or whatever.. 90s AMD business server still holds world records for most connected devices though it had stackable CPUs opteron and would have used infinity cache type stuff probably software 3dnow and evolving game worlds tech of 80s and 90s AMD gaming evolved advertising.
So in australia anything gigabits costs hundreds of dollars for a switch router some thousands for lots of ports.. but its the shittiest weakest bandwidth ever with mhz and performance miles short of a raspberry pie or whatever. I had to pay a fortune for a mainboard with 10gigabit LAN port and everytime i got a high speed LAN port its been broken or missing so some pricks can sell ebay routers or switches for thousands here.. not knowing why its so expensive is youre paying fortunes for any real bandwidth because australia has to pay literal somalian pirates for their internet connections or privately owned businesses like telstra for access to their private links and glares at countries like new zealand and hawaii for being super technologically superior.. a cheap USB ethernet adaptor costs under 10 bucks on ebay or whatever and is maybe gigabit and your switches and routers 90% of the time you want the cheapest UNMANAGED switch possible. Yet the mainboard i recently purchased ASUS pro art creator x670E i recall had an issue with some asshats trying to steal pathetic measly 40gigabit USB4 chips from all the boards at the computer store to sell on EBay as other junk, when anything in the universe with an M.2 ULTRA slot does 40gigabits since PCI express 3.0/4.0 as PCI express 3.0 SSD drives famously use a specific I/O controller chip which gives them 38gigabits 550MEGABYTES PER SECOND for just about every SSD in the universe minimum constant fixed performance clock frequency of operation no moving parts all day everyday always 550megabytes per second. 550MB of the ultra M.2 slots 40gigabits of bandwidth in that one slot each PCI express lane or channel has a total of.. well google it yourself for an AMD pciexpress board x270 x470 or x570 board or a threadripper gen 1 or ryzen gen 1 board and its 120 pci express lanes controller or whatever. But for a couple years when AMD had pci express 4.0 and better than M.2 ultra intel was playing catch up on PCI express 3.0 and still had regular m.2 in all their boards until AMD was ready for pci express 5.0 my friend on intel bought the same NVME drives and complained they had corruption errors or issues i later learned his board wasnt fast enough and he was maybe trying to use the samsung magician RAM disk and enable NVME features and functions intel maybe did not yet support.
So.. why is USB 4 so many years late and why is it so dang expensive when terabits of ethernet or anything optical is like the cheapest stuff ever and comes with every internet connection since the 90s at the lowest cheapest mhz and 1900s land line wire telephones ever, remember digital isnt a physical thing and everythings literally analog with a sensor or multimeter whatever mathematically translating it to a graph or algebra equation mapping it into different values digitally +10 -10 whatever using microphones or camera sensor whatever. the gigabits tax and uhh LAN port taxes for dumb gay australians being literally see it via satellite outerspace levels dumb and gay astrogaylian should not apply to the cheapest of raspberry pie free 3d print or laser CNC yourself something computery like risc V for the cheapest of USB flash drives or memory cards etc.
I get intel pretends to have invented court ordered USB to probe their hardware after it was proven to have used other peoples code and chips by the chip makers and them selling computers with keyboard and mouse hardwired in so you bought a whole new computer when a key broke on the keyboard couldnt replace them.. and every other device had USB but theirs didnt free open standard and it kinda being the only way to connect any device in the universe and freely sync with it (mics/phones whatever).
why is 1900s phone tech ethernet so dang expensive to go from 20mhz ranges to 80 or whatever mhz ranges or use something very similar to 90s optical audio SPDIF output or anything remotely like a laser in australia? and who would be dumb and gay enough to be so financially retarded as to think that USB 4 was expensive or special as to steal it? am i... missing something?
also before you complain, but ethernets not the same as USB you cant power over ethernet or use your houses electrical wires as ethernet. You also cant use ethernet for monitors or displays, and its not like you can extend HDMI range limit of a about 10 to 15 meters by swapping its ethernet wires with optical ones for it to maintain its HDMI 0 latency spec or type C USB 0 latency spec. USB lets you connect heaps of devices you cant do that with an internet or ethernet for things like keyboard and mice or monitors or whatever. I understand what you mean power over ethernet or PPOE standards suck theres no way those are a thing. using devices over the internet and not the intranet who does that? thats so dumb. remote administration, theres no such thing youre mistaking malware or rootkits im sure. you cant connect a heap of devices up or entire computers to a ethernet port thats the dumbest gayest thing i've ever heard in my entire life! My gaydar is going off and it looks like the wifi symbol.
when trying to use anything ethernet with lame awful bandwidth thats limited, on my AMD board where the website images show AMD ethernet lists as marvel yukon controller i cannot use as its maybe broken there no light on the back, in devices managers advanced tab you can see the send receive or transmit buffer sizes and countless other ethernet settings are MISSING or a blank space. and are limited to 128 on send and 256 on receive up to 4096 or whatever max. But low latency 128 or 256 is maybe best but not all are an option and most networking features on the intel LAN adapters are missing countless advanced ethernet properties and settings because they're fake and lousy and the worst latency ever and they literally seem to swap your windows kernel out with something not realtime so you cannot ever hope to record or playback audio or video or anything close to a video game in hopes of slowly selling it back to you. Linux distros did this too its the dumbest thing ever that to hear or record or playback or play games you must patch in a realtime kernel for free to game like its the 80s and 90s or DOS or whatever. most 90s PCs were CAS 1 or lower nanoseconds. DDR 3 1600mhz depending the maker might be CAS1-4 latency. How can we verify our kernels are correct? and our ethernet and I/O bandwidth is correct? the youtube video about linus tech tips dream hack lan party of gamers in sweden was edited and reuploaded by illiterate asshat buttpirates maybe from somalia or the ones randsoming us some of their internet connections as a proxy piggy back on the international links as we dont have a defense force or army or whatever and dont know what war crimes are or why they are or what the heck a bank is and sure as shit dont know the cost of anything cheap USB or LAN. The dreamhack linus video falsely shows as 6TERABIT. they wanna steal 2TERABITS of EVERY optical or ethernet devices which isnt the government doing it if they wanna see whats in your computer they can document their reasons of why which is what a warrant is they dont need one if they believe a crime is occuring and literally take the computer by law to inspect it then give it back when nothings wrong they leave you a claim ticket and have you document it at the nearest policing station or whatever fill out forms sign 'they are taking my PC and i can get it back when it wasnt used for crimes." when australia doesnt technically have an internet and doesnt technically have RAID arrays which is required to use USB or SSD or NVME or storage tech with no moving parts and multicore a 2TB SSD is twice as fast and often has 2x 1TB wafer chips in there figure it out the IO controller chip supports many and you can buy the cheapest USB sticks with like 16terabytes of storage space i just see a $extend folder or uhh file format header thingy in the partition in my mainboard bios on that particular drive and using any cheap SSD or USB devices makes linux cry about the partition managers cant write or read extending past the storage limit. it doesnt take a genius to figure out what dumb gay fags the whole internet is.
infinitybitdepthinfinitygraphicsinfinitypixelsinfinityresolution.7z ~ pixeldrain
submitted by EccentricSage81 to Troubleshooting [link] [comments]


2024.05.15 01:01 MerkadoBarkada Citicore Renewable sets IPO for June 7; MREIT to acquire P13-B in buildings through swap; Vista Land approves P5-B prefs offer (Wednesday, May 15)

Happy Wednesday, Barkada --

The PSE gained 4 points to 6608 ▲0.1%

Shout-out to financial freedom for the dividend card design advice, to Mike Tan for supporting the idea of the dividend cards, to Jing for hoping that competition would fix FMETF's iNav problems, to Justin Angelo Bantang for providing the equation that let him to "give up" on FILRT ("declining stock price + declining dividend payout = give up"), to VodkaMartini_007 for the OGP meme suggestion ("Doom Guy in Hell"), to Cheerful2_Dogman210x for the OGP analysis ("might take a quick peek if it hits a strong support"), and to arkitrader for the REIT Police vibes.
I know I still owe an update to the MB Underwriters League table, and I'll have that ready for tomorrow's send!

In today's MB:

Daily meme Subscribe (it's free) Today's email

▌Main stories covered:

  • [UPDATE] Citicore Renewable IPO pushed back to June 7... Citicore Renewable Energy Corporation [CREC 3.88 pre-IPO] [link] pushed its IPO back one week to June 7, with a revised offer period between May 27 and May 31. This is the second time that CREC’s IPO has been rescheduled. CREC was originally intended to list in March, but the listing was pushed back to the end of May after sticky inflation prevented central banks from lowering rates. CREC raised ₱5 billion from its sale shares in its subsidiary, Citicore Renewable Energy REIT [CREIT 2.85 ▲0.7%; 107% avgVol], to SM Investments [SM 887.00 ▲0.2%; 163% avgVol] back on March 31. The offer is 1.786 billion common primary shares at a maximum price of ₱3.88/share. Together with the overallotment option, the total IPO is worth up to ₱7.97 billion.
    • MB: I don’t have any insider information about why the IPO was delayed a second time. I know that the PSE is usually hesitant to schedule IPOs too closely together for fears of oversaturating the market with new equity issuances, and given how heavy the OceanaGold PH [OGP 12.36 ▼1.1%; 31% avgVol] listing has been so far, perhaps the PSE and CREC together decided that it might be worth it to get a little (more) space between OGP and CREC’s listing just to be sure. Edgar Saavedra’s group has been clear the whole time of its intent to list CREC in Q2, so a reschedule by one week to June 7 doesn’t seem like anything other than a bit of fine-tuning. Not sure how deeply we can read into anything. Just excited to get a look at a new IPO.
  • [NEWS] MREIT to acquire ₱13.15-B worth of office buildings through share swap... MREIT [MREIT 12.80 ▼1.2%; 380% avgVol] [link] announced that it has applied to the SEC to approve a property-for-share swap transaction with its parent company, Megaworld [MEG 1.79 ▲0.6%; 136% avgVol], where MREIT will acquire six “Grade A buildings” from MEG in exchange for 926,162,000 primary MREIT shares. The transaction is valued at ₱13.15 billion (~₱14.20/share). The properties that MEG will inject into MREIT are One Fintech Place and Two Fintech Place in Iloilo Business Park, Davao Finance Center in Davao Park District, and Two West Campus, Ten West Campus, and One Le Grand in Fort Bonifacio. The transaction will increase MREIT’s gross leasable area (GLA) by 48% to 482,000 square meters.
    • MB: This property-for-share swap structure is how the framers of the REIT Law imagined REITs would grow. I’ve seen some comments talking about how the issuance of primary shares by MREIT to MEG dilutes MREIT shareholders; this is true from a voting perspective, but not from a dividend or yield perspective. Starting from the point when the SEC approves the transaction, MREIT will begin generating revenue from these properties, and that revenue will flow into the dividends that MREIT will declare in future quarters. According to my calculations with the PSE’s data, this swap would push MREIT’s public float below the REIT Law’s one-third minimum public ownership threshold to 32.29%, so perhaps MEG will look to sell a small batch of shares in a private placement to prevent the possibility of suspension. Who knows when the SEC will approve the transaction? All I know is that it’s not a good look to get caught flat-footed by a surprise approval, like what happened to Leandro Leviste back when he still owned SP New Energy [SPNEC 1.13 ▼0.9%; 45% avgVol]. I’m interested to see how MREIT will react to the shifting fundamentals of the office market. Anyone here tried GPT-4o? Things are changing at a rapid pace. A year ago we were laughing at having text translated into Jar-Jar speak. Today, I had a full 10-minute conversation with GPT-4o (“Sky”) about how to use Google Looker to produce a financial dashboard using my Google Sheets data.
  • [NEWS] Vista Land board approves ₱5-B preferred shares offer... Vista Land [VLL 1.50 ▲2.0%; 0% avgVol] [link] disclosed that its board has approved a ₱5 billion preferred shares offering, consisting of 50,000,000 Series 2 Preferred Shares priced at ₱100/share. VLL said that China Bank Capital and SB Capital will be joint lead underwriters on the deal. The company did not provide any information about the potential dividend or the timeline for the offer period and listing of the shares.
    • MB: This prefs sale comes after VLL had to kill its disastrous attempt to sell $700 million in US Dollar-denominated bonds back in late January. Back then, VLL’s bonds were simply not shiny enough to compete with the yields of other (better) issuers. When it pulled the bonds there was an expectation that VLL would try again once rates had come down a bit, and while rates have not gone down, perhaps this smaller offering is intended to deal with whatever short-term needs the company has while it waits to make a bond offering at some future time when rates are lower.
MB is written and distributed every trading day. The newsletter is 100% free and I never upsell you to some "iNnEr cIrClE" of paid-membership perks. Everyone gets the same! Join the barkada by signing up for the newsletter, or follow me on Twitter. You can also read my daily Morning Halo-halo content on Philstar.com in the Stock Commentary section.

Subscribe here

Read today's full newsletter here

submitted by MerkadoBarkada to phinvest [link] [comments]


2024.05.15 00:54 prehensilefail 1U & 1 WAN IP... best practise for basic PVE install? i.e. how to setup WAN/LAN access.

Hiya, so a friend has offered me 1U of rack space for no charges for a year and with a single WAN IP. I have a suitable server ready to go with Proxmox installed... Since I only have the 1 IP & port to connect to at the DC,.. I'm thinking a PFSense VM as the routefirewall with one of the NICs passed through,... and PVE etc behind this... then use a reverse proxy service to handle the CT/VM traffic...and maybe Headscale to service/access PVE via a management VM...? I'm not planning on putting anything sensitive or valuable on it.. but it's a great opportunity to learn. So I guess the TLDNr is How best to use 1 port & 1 WAN IP. I know the PF VM has to boot for anything to work,..which is a weakness,... are there better ways..? Wondering aloud atm as usually not so constricted at home or at work...
submitted by prehensilefail to Proxmox [link] [comments]


2024.05.15 00:02 OkAdministration6696 Docker container intermittently offline - struggling to diagnose

Docker container intermittently offline - struggling to diagnose
Resolved: Issues with bridge network
Hi all,
I have a weird network issue with a docker container running on my host. It will be online and available, but every minute or so is unreachable before coming back online.
The container is Babybuddy and is currently very useful for my wife and I timing and tracking pumping, feeding etc, so really hoping to resolve this.
# curl hostip:8000 -v
* Trying hostip:8000...
* connect to hostip port 8000 failed: No route to host
* Failed to connect to hostip port 8000 after 6107 ms: Couldn't connect to server
* Closing connection 0
curl: (7) Failed to connect to hostip port 8000 after 6107 ms: Couldn't connect to server
10 seconds later
curl hostip:8000 -v
* Trying hostip:8000...
* Connected to hostip (hostip) port 8000 (#0)
< HTTP/1.1 302 Found
< Server: nginx
< Date: Tue, 14 May 2024 21:11:31 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 0
< Connection: keep-alive
< Location: /login/?next=/
< Expires: Tue, 14 May 2024 21:11:31 GMT
< Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
< X-Frame-Options: DENY
< Vary: Accept-Language, Cookie
< Content-Language: en-US
< X-Content-Type-Options: nosniff
< Referrer-Policy: same-origin
< Cross-Origin-Opener-Policy: same-origin
<
* Connection #0 to host hostip left intact
If I complete the same thing using the docker ip 172.x.x.x the same thing occurs. Works then fails. This is the same general experience when accesses the web interface.
If I curl to another container on the same bridge network I never have this problem, but the connection response is quite different - but expected (below is Overseerr).
curl hostip:5055 -v
* Trying hostip:5055...
* Connected to hostip (hostip) port 5055 (#0)
< HTTP/1.1 307 Temporary Redirect
< X-Powered-By: Express
< Location: /login
< Date: Tue, 14 May 2024 21:14:08 GMT
< Connection: keep-alive
< Keep-Alive: timeout=5
< Transfer-Encoding: chunked
<
* Connection #0 to host hostip left intact
The container is on a bridge network. Bridge network contains about 10 other containers, all (except for portainer, detailed at the bottom) with no issues.
Babybuddy is deployed with 8000:8000, but I have tried various ports without success.
# docker container ls --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}" -a
Babybuddy: 80/tcp, 443/tcp, 0.0.0.0:8000->8000/tcp, :::8000->8000/tcp
Portainer: 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp, 8000/tcp, 0.0.0.0:9443->9443/tcp, :::9443->9443/tcp
Nginx Proxy Manager: 80/tcp, 443/tcp, 0.0.0.0:8000->8000/tcp, :::8000->8000/tcp
The bold section seems off to me but stop/rm Nginx Proxy Manager and the problems continue without those ports present. 80/443 are not deployed ports for bb.
https://preview.redd.it/bu58v5zetg0d1.png?width=262&format=png&auto=webp&s=67a5c19cae39d3194cec063eed5125a306806bf0
netstat -tulpn grep 8000
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 3007925/docker-prox
tcp6 0 0 :::8000 :::* LISTEN 3007931/docker-prox
I have about 4 clients hitting this container. Home Assistant integrations, 2 mobiles, 1 desktop. In the homeassistant integration you can see the entities dropping unavailable and coming back constantly.
The only other weird issue on my host is Portainer runs very slow occasionally. Loading any part of the portainer gui will pause for 5-10 seconds and then load. Curl to portainer can also take a while sometimes but always eventually responds (could just be timeout settings). If I stop/rm portainer however this makes no difference to babybuddy.
Last resort is probably a macvlan, moving babybuddy to the HA addon, or just sticking this container on a Pi or similar. But I'm trying to consolidate given our baby situation! :)
Thanks in advance.
Openmediavault 7 10c20t 64GB, nvme disk. Barely any of the above is utilised. 
submitted by OkAdministration6696 to selfhosted [link] [comments]


2024.05.14 22:27 VAI_YR Securing Local Network Traffic with a Subdomain from DuckDNS

I own a domain but I don't want to point it directly to my home network to reduce the attack surface. However, it would be really handy to have an easy way to access services without memorizing ports, something like service.homelab.local
I've found duckdns.org and created a subdomain (e.g. mysubdomain.duckdns.org) that points to my local homelab VM's IP address. The goal was to use this subdomain with a reverse proxy like Traefik or Nginx Proxy Manager and secure it with Let's Encrypt SSL/TLS certificates. Most guides I've found are for domains registered with Cloudflare, like the basic setup from https://github.com/AdrienPoupa/docker-compose-nas
However, I'm struggling to get the DNS01 challenge working with my duckdns.org subdomain for Let's Encrypt.
Questions: What's the recommended way to securely access local services using a subdomain without exposing my main domain or IP? Has anyone successfully set up Traefik or Nginx Proxy Manager with a duckdns.org subdomain and Let's Encrypt? If so, could you share your configuration or point me to a relevant guide? Are there any potential security concerns or best practices I should be aware of when using a dynamic DNS service like duckdns.org for local network access? I'd really appreciate any advice or recommendations from the community on how to properly set this up.
submitted by VAI_YR to homelab [link] [comments]


2024.05.14 21:37 TrackingSystemDirect Employee Internet Monitoring - 5 Scary Ways Employee Internet Monitoring Technology Is Watching You At Work!

Employee Internet Monitoring - 5 Scary Ways Employee Internet Monitoring Technology Is Watching You At Work!

5 Scary Ways Employee Internet Monitoring Technology Is Watching You At Work!

Did you know your employer might have read every email or private message you sent on your work computer? Scary thought, isn't it? Why would they do that? Employee internet monitoring—that's the watchful system tracking your online work habits. Ever clicked on a website and then realized hours have slipped by? Employers are keen to cut down on that. Reading this, you'll learn why monitoring is in place, how it benefits you, and what you can do to bypass the 5 most common methods of employee internet monitoring.
https://spacehawkgps.com
https://i.redd.it/o7gawz8v1g0d1.gif
Learn more about GPS car tracking here: https://spacehawkgps.com
https://preview.redd.it/my0qd5b82g0d1.jpg?width=4200&format=pjpg&auto=webp&s=2b0c5e459103ff7188712416505371adf37d29fa

Top 5 Ways How Employers Monitor Internet Activity

Web Content Filtering

Web content filtering functions by employing software or hardware solutions that evaluate and control the websites or content categories an individual can access. For instance, a company might use this tool to block access to social media websites during work hours to ensure employees stay focused and prevent potential security risks associated with these platforms. This approach helps employers enhance employee productivity, maintain network security, and ensure compliance with company policies regarding internet usage.
How to bypass web content filtering. Employees may attempt to bypass web content filtering by using a VPN or accessing blocked content through a proxy server. However, it's crucial to note that these methods may violate company policies and could have consequences.

Firewall & IDS Logs

In your workplace, there are likely tools like firewalls and Intrusion Detection Systems (IDS) that generate logs tracking what happens on the company's network. These logs note things like the data going in and out, IP addresses, and connections. Your employer uses these logs to keep an eye out for unauthorized access, malware, or anything unusual happening online. For example, if you accidentally download something suspicious while at work, these logs record it. This helps your company respond quickly and look into anything that seems out of the ordinary, making sure everything stays secure and compliant with company policies.
How to bypass firewalls & IDS logs. Employees usually cannot directly bypass firewall and IDS logs, as they are backend security measures. However, if employees engage in activities that trigger security alerts, employers may investigate their actions based on the log data.

Keystroke Loggers

Keystroke loggers are surveillance software that track every key you press on your computer. Companies install them to monitor employee activity, ensuring work-related use and securing sensitive data. Imagine typing confidential client information; keystroke loggers record this to prevent data breaches. They also help enforce company policies by flagging non-work-related activities during office hours.
How to bypass keystroke loggers. Use on-screen keyboards or text-to-speech tools as they don't involve physical keystrokes. Additionally, encrypted communication apps can obscure the content of your messages, though this may not prevent loggers from detecting that you've sent a message. Always be aware that attempting to bypass company monitoring tools can violate company policy and have serious repercussions.

Employee Monitoring Software

Employee monitoring software is a tool your company might use to oversee your computer activities during work. Popular brands of employee monitoring software include Time Doctor, VeriClock, and InterGuard. And why might a company use these products? One example is to flag when you send an email containing sensitive company information, ensuring data security and policy compliance.
How to bypass employee monitoring. You could use personal devices during breaks for private communications. However, circumventing these systems can lead to disciplinary action or job loss, so always consider the consequences and adhere to your workplace's guidelines.

Network Traffic Analysis Tools

Network traffic analysis tools examine your internet use, identifying what sites and services you access while on the company network. Companies deploy these tools to spot unusual activity, like accessing high-risk websites, which could introduce security threats. Picture clicking on a streaming service during work hours; these tools alert IT that non-work-related traffic is occurring.
How to bypass network scrutiny. Consider using a virtual private network (VPN), although this may contravene company policies. Alternatively, use your own data plan on personal devices for non-work browsing to stay under the radar.
Related Content: How Companies Track Vehicle Fleets
https://i.redd.it/sr73waoj2g0d1.gif

7 Ways How To Tell If My Boss Is Spying On My Computer

  1. Be aware of alerts and notifications from time tracking and productivity measuring software on your company computer.
  2. Surf for common social media applications and see if they are blocked.
  3. Check the task manager on your computer to look out for any activity monitoring software that you may not be aware of.
  4. Compare the bandwidth allocation and application restrictions on your computer with a colleague’s. If your company computer has more restrictions, chances are you are being monitored by your boss.
  5. Indirectly ask the IT department of your office. This is because not all monitoring software leaves a presence in the task Manager. Some employee monitoring software is more advanced, they run in a stealth-mode and cannot simply be opened.
  6. Open your computer’s webcam to assess if it's operational without your approval.
  7. Read your job contract or your company’s employee handbook. If a clause for employee monitoring is present then surely your boss is keeping a check on your internet usage.

Legal Compliance Tips: Responsible Employee Monitoring for Business Owners

If you're a business owner, you're legally allowed to monitor your employees, provided there's a legitimate business interest. Striking the right balance between managing work processes and respecting employees' privacy is essential. Additionally, employees should be notified before any monitoring takes place. Consent requirements may vary depending on your location.
With the rise of remote work, employee internet usage monitoring software and user activity tracking tools are increasingly popular. These systems help improve productivity and protect against insider threats. While it's true that monitoring can boost network security and prevent data loss, it's important to recognize the potential privacy invasion that comes with it. To maintain trust, encourage employees to keep social media usage limited to personal devices and non-work hours. Here are some things you should consider before monitoring an employees' computer activities:
  • Understand local regulations: Research and familiarize yourself with employee monitoring laws in your region to ensure compliance.
  • Establish a clear policy: Create a comprehensive, written policy outlining the extent and purpose of monitoring and share it with employees.
  • Obtain consent: Obtain employee consent, if required by local laws, before implementing monitoring practices.
  • Focus on work-related activities: Limit monitoring to work-related internet usage and activities to minimize privacy invasion.
  • Be transparent: Clearly communicate the monitoring practices, tools, and objectives to your employees.
  • Avoid excessive surveillance: Steer clear of overly invasive methods, such as keystroke logging or unauthorized webcam access.
  • Regularly review your policy: Periodically review and update your monitoring policy to ensure it remains compliant with evolving legal requirements and best practices.
  • Respect personal boundaries: Refrain from monitoring employees during non-work hours or on personal devices.
  • Prioritize employee trust: Create a supportive work environment that respects privacy while maintaining productivity and security.

Frequently Asked Questions

Is Employee Internet Monitoring legal and necessary for my business?

Yes, Employee Internet Monitoring is generally legal, but laws vary by region, so it's crucial to understand local regulations (ACLU). Monitoring software can help track employees' web activity, bandwidth usage, and application usage, offering insights to improve productivity and maintain platform security. However, it's essential to strike a balance between monitoring and respecting employees' privacy.

How can I effectively monitor employee internet usage without invading privacy?

To monitor employee internet usage responsibly, establish a clear policy and communicate it with your staff. Focus on monitoring work-related online activities and use web filtering or data loss prevention tools to prevent access to inappropriate content or unauthorized file transfers. Be transparent about monitoring practices to maintain trust and avoid overly invasive methods like keystroke logging.

What are some of the best employee monitoring software options?

Popular employee monitoring software includes Time Doctor, ActivTrak, and Teramind. These tools provide a range of features like tracking time spent on tasks, monitoring app usage, and offering workforce management solutions. By comparing features, you can choose a tool that best aligns with your business needs and goals for increased productivity.

Can monitoring software help remote workers stay productive and engaged?

Absolutely! Monitoring remote employees' online activities can help you identify areas for improvement and provide tailored support. Tools like terminal servers or remote desktop solutions facilitate remote workforces, while features such as video recordings and behavior analytics help optimize remote employees' performance. Remember, it's essential to communicate expectations and foster a culture of trust.

How can I use the data from employee monitoring tools to improve my business?

Monitoring tools give insights into employees' time management, app usage, and web browsing habits. Use this data to identify trends, detect insider threats, and allocate resources more efficiently. Implement training programs, set performance benchmarks, and consider offering incentives for increased productivity. Ensure you use the data ethically and transparently to maintain a positive work environment.

Can My Employer See My Internet Activity?

Yes, your employer can use various workplace surveillance software and hardware to record everything you do online. Employee monitoring solutions use sophisticated tracking technologies, like geolocation, keystroke logging, and screenshots, video recording. All this data can be stored via cloud computing and can be run through complex algorithms to anticipate insider threats, measure individual and team productivity, as well as retrace various steps leading to any problems or data leaks.
Related Content: Are Employers Allowed To Track Employee Vehicles?
submitted by TrackingSystemDirect to GPStracking [link] [comments]


2024.05.14 20:36 LordXamon Mod guide for vanilla players, now updated for 1.5 [draft]

Let me share my 3000h of modded wisdom with you, my fellow vanilla comrades. My attempt here is to provide you with as many as possible improvements to the base game while keeping the style, balance, and content as vanilla as possible. As they say, when it works the best is when you don't realize it is there. I guarantee you that after playing a few dozen hours with these, you will no longer be able to tell what's vanilla and what's not.
I decided to cut my recommendations onto different types of lists, so it's easier for you. The most purists players can stick with QoL only. Or, even if you're a psychopath purist who doesn't any QoL improvement, you can still use the performance list.
Please, note that a lot of these mods come with options, to tune up your experience. It is recommended you give them a look.
Dependencies:
Performance
Quality of life
Minor changes
Mayor changes
Atmospheric changes
Bonus: comics! And the occasional animation, check the profiles of u/daleksdeservevictory , u/AzulCrescent , u/AetherealVanguard , u/Senseless0 , u/ATTF , u/Aelanna , srgrafo, u/Fonzawa , u/Ivancmedia , u/zyll3 , u/meto30 , u/AeolysScribbles , u/cavalier753 , u/GABESTFY , u/VectorData , u/arxian , u/Nguyenanh2132 , u/sorrowful_dance , u/meto30 , u/-desdinova- , u/truffli
submitted by LordXamon to test [link] [comments]


2024.05.14 20:35 Sweaty-Rate-6826 [PC] [2010s] Farm game

So I have been searching for this game for a while but I simple can't find it anywhere or even get the name
I played it on PC around 2010 and 2015, not sure if in windows XP or Vista, but it had to be one of those two.
It was a farm game, I don't remember how exactly the gameplay was but it was probably a time management. All I can remember is that you had to go around in a farm collecting products on a truck, and maybe you have to sell the products on a city but I'm not sure about that part.
I downloaded it on myplaycity and the graphics where that bright cartoony 3d style of farm frenzy and other melesta games, so maybe it was produced by them.
I don't remember anything else, so I hope something can be done with that info 🙏
submitted by Sweaty-Rate-6826 to tipofmyjoystick [link] [comments]


2024.05.14 20:35 Financial-Stick-8500 Spruce Power finally resolved an old SPAC lawsuit (and agreed to pay $19.5M to the old shareholders)

As you may remember Spruce Power (XL Fleet back then) went public through a merger with SPAC.
SPAC shares were at $80.40 before the merger, then management released a proxy report about XL Fleet and the price peaked at $238 in December 2020.
The merger closed on December 21, 2020. Just weeks later, Muddy Waters Research issued a report, revealing that the Proxy contained false and misleading information. That news caused the stock price to drop to nearly $17 per share. And on top of that XL Fleet disclosed that it was under investigation by the SEC.
Subsequently, investors filed a lawsuit to demand compensation for fraud. And just recently Spuce Power agreed to pay a $19.5M settlement to the shareholders to end the litigation. Attorney fees will be 33% but the rest is going to shareholders.
The whole situation is a complete crap, but investors will get at least some money back.
If you have been trading XL/PIC you can request the payout [here].
submitted by Financial-Stick-8500 to solar [link] [comments]


2024.05.14 20:33 SAV_NC Manage Your Squid Proxy Server Efficiently with This Python Script

🦑 Squid Proxy Manager Script

Hello fellow Python enthusiasts!
I've created a Python script that makes managing your Squid Proxy Server a breeze. If you're looking for an efficient and straightforward way to interact with your Squid server remotely, this script is for you. 🎉

What My Project Does

The Squid Proxy Manager script allows you to manage your Squid Proxy Server remotely using a simple command-line interface. Here are some of the key features:
  • Check Squid Service Status: Quickly check if your Squid service is running or not.
  • Start/Stop/Restart Service: Easily control the Squid service remotely.
  • View Logs: Access the latest entries in your Squid access logs.
  • View Configuration: Display the current Squid configuration file.
  • Update Configuration: Replace the existing Squid configuration with a new one.
  • Reload Service: Reload the Squid service to apply changes without restarting.

Target Audience

This script is designed for anyone who manages a Squid Proxy Server and prefers a command-line tool for remote management. If you are comfortable using Python and SSH, this tool will streamline your workflow and enhance your productivity.

Differences

Here are some aspects that make this Squid Proxy Manager script stand out:
  • Remote Management: Manage your Squid server without needing physical access, thanks to SSH connectivity.
  • Ease of Use: The script provides a simple and intuitive command-line interface, making it easy to perform various tasks.
  • Comprehensive Features: From checking service status to updating configurations and viewing logs, this script covers all essential Squid management tasks.
  • Error Handling and Logging: Detailed logging and error handling ensure you know exactly what's happening and can troubleshoot issues effectively.

🚀 Usage

  1. Installation:
    • Ensure you have the required libraries installed: bash pip install paramiko termcolor
  2. Running the Script:
    • Use the script with appropriate arguments to manage your Squid Proxy Server. Here's an example command to check the Squid service status: bash ./squid_proxy_manager.py 192.168.2.111 22 username password --check-status
  3. Updating Configuration:
    • Create a new configuration file (e.g., new_squid.conf) with your desired settings.
    • Run the script to update the Squid configuration: bash ./squid_proxy_manager.py 192.168.2.111 22 username password --update-config new_squid.conf

💻 Script Example

Here's a snippet of the script to give you an idea of its simplicity and functionality:
```python

!/usbin/env python3

import paramiko import argparse import logging import sys import os from termcolor import colored
class SquidProxyManager: def init(self, hostname, port, username, password): self.hostname = hostname self.port = port self.username = username self.password = password self.client = paramiko.SSHClient() self.client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
def connect(self): try: logging.info(colored("Attempting to connect to {}:{}".format(self.hostname, self.port), 'cyan')) self.client.connect(self.hostname, port=self.port, username=self.username, password=self.password) logging.info(colored(f"Connected to {self.hostname} on port {self.port}", 'green')) except Exception as e: logging.error(colored(f"Failed to connect: {e}", 'red')) sys.exit(1) def disconnect(self): self.client.close() logging.info(colored("Disconnected from the server", 'green')) def execute_command(self, command): logging.info(colored("Executing command: {}".format(command), 'cyan')) try: stdin, stdout, stderr = self.client.exec_command(command) stdout.channel.recv_exit_status() out = stdout.read().decode() err = stderr.read().decode() if err: logging.error(colored(f"Error executing command '{command}': {err}", 'red')) else: logging.info(colored(f"Successfully executed command '{command}'", 'green')) return out, err except Exception as e: logging.error(colored(f"Exception during command execution '{command}': {e}", 'red')) return "", str(e) # More functions here... 
def parse_args(): parser = argparse.ArgumentParser(description="Squid Proxy Manager") parser.add_argument('hostname', help="IP address of the Squid proxy server") parser.add_argument('port', type=int, help="Port number for SSH connection") parser.add_argument('username', help="SSH username") parser.add_argument('password', help="SSH password") parser.add_argument('--check-status', action='store_true', help="Check Squid service status") parser.add.add_argument('--start', action='store_true', help="Start Squid service") parser.add.add_argument('--stop', action='store_true', help="Stop Squid service") parser.add.add_argument('--restart', action='store_true', help="Restart Squid service") parser.add.add_argument('--view-logs', action='store_true', help="View Squid logs") parser.add.add_argument('--view-config', action='store_true', help="View Squid configuration") parser.add.add_argument('--update-config', help="Update Squid configuration with provided data") parser.add.add_argument('--reload', action='store_true', help="Reload Squid service") return parser.parse_args()
def main(): logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') args = parse_args() logging.info(colored("Initializing Squid Proxy Manager script", 'cyan'))
manager = SquidProxyManager(args.hostname, args.port, args.username, args.password) manager.connect() try: if args.check_status: manager.check_squid_status() if args.start: manager.start_squid() if args.stop: manager.stop_squid() if args.restart: manager.restart_squid() if args.view_logs: manager.view_squid_logs() if args.view_config: manager.view_squid_config() if args.update_config: if not args.update_config.endswith('.conf'): logging.error(colored("The provided file must have a .conf extension", 'red')) elif not os.path.isfile(args.update_config): logging.error(colored(f"Configuration file {args.update_config} not found", 'red')) else: try: with open(args.update_config, 'r') as config_file: config_data = config_file.read() manager.update_squid_config(config_data) except Exception as e: logging.error(colored(f"Error reading configuration file {args.update_config}: {e}", 'red')) if args.reload: manager.reload_squid() finally: manager.disconnect() logging.info(colored("Squid Proxy Manager operations completed", 'green')) 
if name == "main": main() ```

🌟 Benefits

  • Remote Management: No need to be physically present to manage your Squid server.
  • Ease of Use: Simple command-line interface for quick operations.
  • Versatility: Supports various Squid management tasks, from checking status to updating configurations and viewing logs.

📢 Get Involved!

If you find this script useful, feel free to give it a try and share your feedback. Contributions and suggestions are always welcome! Comments however, that are unhelpful and serve no purpose to better the script or the author in their python scripting abilities are not welcome! Keep the nasty to yourself.

Access the script

You can find the script here on GitHub.
Happy coding! 🚀
submitted by SAV_NC to Python [link] [comments]


http://activeproperty.pl/