similar to: Reverse Proxy

Displaying 20 results from an estimated 8000 matches similar to: "Reverse Proxy"

2024 Mar 22
1
Reverse Proxy
Anyone??? > On 19 Mar 2024, at 18:41, TDAS <talldarkandstrange at icloud.com> wrote: > > Hi folks > > What's the 2024 line of thinking about reverse proxies for icecast? > > Not talking massive loads like the 1Gbs discussion I saw the other day (man, how I'd like to have those kind of issues!) :) > > Specifically, Traefik handling https for a few
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
And sorry for the spam, but I meant to say that the Dockerfile is basically following the steps from https://cloud.r-project.org/bin/linux/ubuntu/ as Lauren was trying to do but start by installing the pre-requisites needed to deploy the r-base package on a Ubuntu 22.04 Docker image (which is NOT a base 22.04 but a minimally striped version of 22.04). From: marcoblanchette at icloud.com
2024 Jul 08
2
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hmm? It?s picking up the pre-made binary from ppa:marutter/rrutter4.0 using apt-get install. Isn?t it what Lauren?s trying to do? From: Dirk Eddelbuettel <edd at debian.org> Date: Monday, July 8, 2024 at 11:57?AM To: marcoblanchette at icloud.com <marcoblanchette at icloud.com> Cc: Gerber, Lauren J <lauren.gerber at helsinki.fi>, r-sig-debian at r-project.org <r-sig-debian
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Yes, keep the $(lsb-release -cs) there. This allows you to change the version of the OS without having to change anything else (for instance we are migrating all of our docker to 24.04 LTS right now, so we only have to modify the FROM entry and all of our Dockerfile will still work). From: Gerber, Lauren J <lauren.gerber at helsinki.fi> Date: Thursday, July 11, 2024 at 2:21?AM To:
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Marco, Thank you for the follow up email. In the line below, do I replace $(lsb-release -cs) with jammy (Ubuntu 22.04) or leave it alone: Add-apt-repository ?deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/? It?s good to know about installations for Bioconductor. I am not currently using it, but I may need it in the future for other projects. Br, Lauren -- Lauren J. Gerber
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren, little oversight from my Dockerfile, if you want to follow the CRAN steps and get the R from the cloud.r-project.org server, you want to replace && add-apt-repository -y "ppa:marutter/rrutter4.0" With && add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" The ppa repo is Michael Rutter personal repo
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
On 8 July 2024 at 16:37, marcoblanchette at icloud.com wrote: | Lauren, here?s my Dockerfile I use to build r-base from the repos, it builds on both Arm64 (Mac with Apple M2 chip) and Amd64 (AWS m5.4xlarge instance running Ubuntu 24.04). I rebuilt the docker image this morning and it builds fine with R 4.4.1 That's very kind but recall that Lauren wants _a pre-made binary_ of R. Dirk --
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Dirk, Thank you so much for looking into this when you got home. I greatly appreciate it. I was actually in the midst of writing to everyone the following message: ?. ?. ?. Hi All, I have some good news. ? My docker image is now up-to-date with R version 4.4.1. I first had to clear a bunch of unused data using docker system prune ?force. Apparently, it cleared over 32.53 gigs of data, and
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
On 8 July 2024 at 19:32, marcoblanchette at icloud.com wrote: | Oh, again, sorry for the spam but the problem Lauren is seeing is when she is | trying to sign the key. Installing gnugpg usually takes care of that problem. I am not sure about that. For jammy, my current (and used) rocker/r2u:jammy Dockerfile is https://github.com/rocker-org/r2u/blob/master/jammy/Dockerfile and it does what
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren, I am now back home where looking into these things is a little easier. From your first email to me, I started off with the selenium container you mentioned as your starting point. And that basically is your issue. It is a 'high-level' container, and it sets a user. (Essentially) all other Dockerfiles you have seen and been pointed at are 'lower-level' and operate as root
2015 Oct 01
2
Off Topic - SSL reverse proxy and Mixed Content
Hi, Not a CentOS specific issue, but I am a bit stuck as where I might ask for help so if anyone has any ideas please share :) I have a site that I want to work behind a reverse proxy (httpd) if using http:// everything works as expected. If using https:// some content is displayed but some content is blocked because of stylesheets and etc being requested via http rather https. I know that the
2015 Oct 06
0
Off Topic - SSL reverse proxy and Mixed Content
On 09/30/2015 08:22 PM, Clint Dilks wrote: > I have a site that I want to work behind a reverse proxy (httpd) if using > http:// everything works as expected. If using https:// some content is > displayed but some content is blocked because of stylesheets and etc being > requested via http rather https. > > I know that the long term solution should be to get all code changed so
2004 Apr 16
1
[OT] Is there a secure reverse IMAP proxy
This question is off topic. I ask this list because the question is related to security and IMAP and I guess the people in this list know a lot about both of that. Is there a secure reverse proxy for the IMAP protocol? Something you can install on a bastion host which checks the IMAP traffic before forwarding it to the internal IMAP server? There are these proxies for WebMail to IMAP connections
2024 Jan 21
1
Public stats on beta
Yeeek. That?s a lot of options :) As someone who is pretty savvy but has only ever left Icecast authentication at the defaults, are there any examples, as I need to get it turned off pretty quickly. Also, as there is no ?publicstats? in the admin dir, I?m guessing it is aliased somewhere. A grep finds: src/acl.c: acl_set_admin_str(ret, ACL_POLICY_ALLOW,
2019 Jan 05
4
how to set proxy systemwide (wget and docker)
Hallo, what is the right way to set a proxy systemwide using centos 7? I need this for wget and docker. My first idea was /etc/environment but allthough the proxy is set wget and docker don? t connect to their target-systems. Thanks for hints Ralf
2013 Sep 06
1
Use SRV for failover proxy
Hi all, is it possible that asterisk uses two proxies with SRV? The enddevices are registered on one of the two Proxies (Kamailio). The two proxies communicate with each other. And asterisk can choose one of this proxies with SRV. asterisk | \ | \ Proxy1 Proxy2 I have tries to solve this problem with two trunks for this proxies and Dial(... at proxytrunk) but on this way the
2017 Aug 02
4
Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On 08/02/2017 10:57 AM, hw wrote: > > It probably makes sense under the assumption that you do pretty much > everything in one container or another and that it doesn?t bother you > having to switch between all the containers to do something. That would > require something like a window manager turned into a container manager, > and it goes towards turning away from an operating
2024 Apr 18
1
Listener stats bug
Le 18/04/2024 ? 21:55, TDAS a ?crit?: > Hiya > > Is this bug known about, in stats.json ? > > Currently showing for me: > > "listeners": 140462600, > > I'd love to think I had that many listeners, but I think the server > would have long given up... ;) > > Anything I can help with, logs etc? Hey, What version of icecast are you using? I
2023 Sep 12
1
Feature Concept: enable iCloud Drive with rsync
Hi, I have also posted this on GitHub but it isn?t clear that was the right place: https://github.com/WayneD/rsync/issues/522 iCloud Drive will evict files that are unused or when additional space is needed on the local drive. The evicted files are replace by "bookmark" files that allow MacOS to continue to report the files in the file system as though they were actually present. The
2017 Mar 16
1
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
On 16 Mar 2017, at 0.14, Adi Pircalabu <adi at ddns.com.au> wrote: > > I thought this might be the case. Is there any solution to enforce this on the proxy? If not, will a feature request be considered anytime soon? I see the proxies as the first line of defense against IMAP "abuse" and I think it's consistent having the same configurable option available on both