No my product videos yet. You could help us improve this page by suggesting one.
Based on our record, Nginx Proxy Manager should be more popular than my product. It has been mentiond 296 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Import express, { Express } from "express"; Import cookieParser from "cookie-parser"; Import cors from "cors"; Import authRoutes from "@routes/auth.routes"; Import appConfig from "@config/app.config"; Import userRoutes from "@routes/user.routes"; Class App { private app: Express; constructor() { this.app = express() this.initMiddlewares(); this.initRoutes(); } private... - Source: dev.to / 7 months ago
Const allowedOrigins = ['http://localhost:3000', 'https://mywebsite.com']; App.use(cors({ origin: function (origin, callback) { if (!origin || allowedOrigins.includes(origin)) { callback(null, true); } else { callback(new Error('Not allowed by CORS')); } } }));. - Source: dev.to / 8 months ago
Awesome! ๐ This header is now added to the response that the server sends back to the client. By adding this header, the same-policy origin will no longer restrict us from receiving resources that were located at the https://api.mywebsite.com origin, if we sent the request from https://mywebsite.com! - Source: dev.to / 9 months ago
That said, AWS only grants you five Elastic IPs for free, so it pays off to spend them wisely. Rather than overusing Elastic IPs itโs better practice and easier to use a proper DNS service like Route 53 to map a domain name (e.g. mywebsite.com) to an ever-changing public IP address. - Source: dev.to / 12 months ago
[general] Duration = 0 # Stream indefinitely BufferSecs = 5 # Buffer for the input, in seconds Reconnect = yes # Reconnect to the server if disconnected [input] Device = default # Your audio capture device SampleRate = 44100 # Sample rate in Hz BitsPerSample = 16 # Bits per sample Channel = 2 # 2 = stereo, 1 = mono [icecast2-0] BitrateMode = cbr # Constant bit rate Format = mp3 # Audio format Bitrate = 128 #... - Source: dev.to / over 1 year ago
Gone are the days of manually managing all of your subdomains and certificates in Cloudflare and Nginx Proxy Manager, just setup a wildcard, and Coolify will handle the rest. - Source: dev.to / about 1 month ago
Nginx Proxy Manager โ self-hosted reverse proxy with SSL built-in. - Source: dev.to / 4 months ago
Nginx Proxy Manager: if you want that dashboard life with SSL and subdomain routing. - Source: dev.to / 4 months ago
I began to self-host a Minecraft server using Crafty Controller, an Excalidraw instance, Docmost to replace Notion, Plane to replace Jira, and Penpot to replace Figma. To be able to access them from the internet, I used Nginx Proxy Manager to set up reverse proxies with SSL. You can use Traefik or Caddy instead, but I enjoyed the ease-of-use of NPM. For a dashboard solution, I started with Homarr, but later... - Source: dev.to / 6 months ago
Pi-hole is a killer application and I've loved it since I got it setup. One other app I highly recommend to run on your Pi in addition to Pi-hole is Nginx Proxy Manager[1]. [1]: https://nginxproxymanager.com/. - Source: Hacker News / 8 months ago
Sandstorm.io - Take control of your web by running your own personal cloud server with Sandstorm.
Traefik - Load Balancer / Reverse Proxy
Coolify - An open-source, hassle-free, self-hostable Heroku & Netlify alternative.
Caddy - The HTTP/2 Web Server with Automatic HTTPS
Super.so - Create Custom Websites with Notion
nginx - A high performance free open source web server powering busiest sites on the Internet.