573 questions
Score of 0
0 answers
316 views
Create an apk from a PWA that's on an intranet
We have a PWA that is hosted internally and not accessible from the outside world.
We need to convert it into an APK to host it on our company internal store.
The issue is that the tools i found try ...
Score of 0
0 answers
524 views
Google web client OAuth 2.0 JavaScript origins with private IP or local DNS name
I am trying to set up a Login with Google button for a web app of a company intranet.
Is it ok to use a login with Google button for a web app that is not published on the internet but is only for an ...
Score of 1
0 answers
201 views
Browsers incorrectly flag my intranet sites as phishing
I have several (not only) web services running on my local network, like TrueNas, jellyfin, pihole, home assistant, etc.
Some are accessible from outside (I have a static public IP and port forwarding ...
Score of 3
1 answer
132 views
Mixing request origins in <audio> stream of 206 ranges causes playback to stop
TL;DR When an <audio> element receives 206 Content-Range chunks of data, switching the origin of these chunks mid-stream through a service-worker stops the playback, and it cannot be resumed. ...
Score of 0
1 answer
106 views
is there a way to distribute xml exchange server add on on mobile intranet (outlook application) users
I have an xml exchange server add on for reporting emails to the Cyber security team in the company , it is working find except for mobile users on the intranet , i can find anyway to distribute these ...
Score of 3
1 answer
1741 views
How to publish a Quarto website to an intranet web server? [closed]
I can't find anything on this subject besides it being possible as per Quarto's guide.
I have built a website through Quarto and GitHub before, so I have experience on the Quarto side of things. But ...
Score of 0
1 answer
177 views
ASP.NET Core 6 MVC app - Detect Intranet users
I have an ASP.NET Core 6 MVC Web application. I am building a DMZ website on my company's servers. We have AD but I'm trying to avoid exposing AD to a DMZ site.
For all external users (not on intranet ...
Score of 0
1 answer
527 views
Cannot access blobs in Azure Emulator
Some computers connect to the Azure Emulator blob and others do not, and I can't tell the difference.
code is the process of downloading the blob data.
The following errors have been encountered.
Err :...
Score of 0
0 answers
215 views
SSL for company internal Intranet (.NET Core Razor)
I set up a local Intranet site for our company on a new web server running IIS 10. I did this using .NET Core Razor pages where I get the logged on Windows user and grant/deny access based on their ...
Score of 0
1 answer
340 views
Set up a git repo on LAN, which is to be updated manually
I need to set up a git repo at our manufacturing facility. Due to limitations out of my control, i have a single machine with limited remote access and no direct internet access (that is, the machine ...
Score of 3
0 answers
1102 views
How to setup multiple django projects to access the same database and models
I have one django project that serves as an API and contains a database and multiple apps with models, database migrations and so on.
I want to have a custom admin interface as well as django-admin ...
Score of 0
1 answer
148 views
How to run Flutter web on intranet?
I try to use Chrome (web-javascript) on vs code to debug my application.
But Chrome (web-javascript) cannot connect to the intranet.
My app try to look up an internal route, but it cannot reach.
...
Score of 0
1 answer
115 views
Sitecore GEO IP
I have an environment where a few Sitecore servers are behind a firewall & the reverse proxy in different AWS-VPCs (internet & intranet) with AWS Gateway. I need Geo-IP to be enabled and ...
Score of 0
1 answer
74 views
How to setup a Share point Link for a google extension
So, I am trying to implement a SharePoint intranet site for an organization. However, there is one application in particular that they would like a link to on the homepage. Unfortunately this ...
Score of 0
0 answers
252 views
Can google openID be used in an intranet application?
Is it possible to use Google's OpenID API from an application that is being served in an intranet (accessed with a VPN but has access to the internet)?
I assume this isn't possible since Google doesn'...