~alpine/users

9 8

VPS providers with Alpine

Bosco Vallejo-Nágera <bosco@vallejonagera.xyz>
Details
Message ID
<CJOB3TP220NK.GA80B382ACA8@MacBook-Pro-de-Bosco.local>
DKIM signature
missing
Download raw message
Hello, I've been on the lookout for VPS providers with Alpine linux as
an option (I know some offer bring your own ISO)
I thought it would be a good idea to keep this thread dedicated to
listing these providers.
I'll start with the one I'm currently using
virtua (dot) cloud
Isak Holmström <isak@prehosp.se>
Details
Message ID
<a6013478-af6e-4e59-9467-1746eeafabf3@www.fastmail.com>
In-Reply-To
<CJOB3TP220NK.GA80B382ACA8@MacBook-Pro-de-Bosco.local> (view parent)
DKIM signature
missing
Download raw message

______
  -ISAK

Sön den 1 maj 2022 kl 11:10 skrev Bosco Vallejo-Nágera:
> Hello, I've been on the lookout for VPS providers with Alpine linux as
> an option (I know some offer bring your own ISO)
> I thought it would be a good idea to keep this thread dedicated to
> listing these providers.
> I'll start with the one I'm currently using
> virtua (dot) cloud
vultr.com
Details
Message ID
<Ym5uhMBNmVBo9cTQ@ws>
In-Reply-To
<a6013478-af6e-4e59-9467-1746eeafabf3@www.fastmail.com> (view parent)
DKIM signature
missing
Download raw message
On 2022-05-01 11:17:47 +0200, Isak Holmström wrote:
> > I'll start with the one I'm currently using

https://vpsfree.cz/

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
Details
Message ID
<CJOLW8UL8T15.3JHLJI3VCEDMV@lufta>
In-Reply-To
<CJOB3TP220NK.GA80B382ACA8@MacBook-Pro-de-Bosco.local> (view parent)
DKIM signature
missing
Download raw message
On Sun May 1, 2022 at 9:10 AM UTC, Bosco Vallejo-Nágera wrote:
> Hello, I've been on the lookout for VPS providers with Alpine linux as
> an option (I know some offer bring your own ISO)
> I thought it would be a good idea to keep this thread dedicated to
> listing these providers.
> I'll start with the one I'm currently using
> virtua (dot) cloud

I've had good luck with installing Alpine on Vultr via the bring your
own ISO setup. The Alpine virt ISO works perfectly on Vultr. I used to
run a few servers like that.

Xe Iaso (zi ai-uh-so)
https://christine.website

.i la budza pu cusku lu
 <<.i ko snura .i ko kanro
   .i ko panpi .i ko gleki
Andreas Heil <ah@linux-hq.de>
Details
Message ID
<D70F70B7-06C8-4F9E-B9C6-16C1BD2F7AEA@linux-hq.de>
In-Reply-To
<CJOB3TP220NK.GA80B382ACA8@MacBook-Pro-de-Bosco.local> (view parent)
DKIM signature
missing
Download raw message
Hello,

Hetzner’s cloud works good, too.
They’ve Alpine in their "ISO-Store“.

https://www.hetzner.com

Sidenote:
When not using DHCP, you have to configure (IPv4-)network like this:
(e.g. /etc/network/interfaces)

auto eth0
iface eth0 inet static
	address a.b.c.d
	netmask 255.255.255.255
	gateway 172.31.1.1
	pointopoint 172.31.1.1


Best Regards,
Andreas

> Am 01.05.2022 um 11:10 schrieb Bosco Vallejo-Nágera <bosco@vallejonagera.xyz>:
> 
> Hello, I've been on the lookout for VPS providers with Alpine linux as
> an option (I know some offer bring your own ISO)
> I thought it would be a good idea to keep this thread dedicated to
> listing these providers.
> I'll start with the one I'm currently using
> virtua (dot) cloud
Bjoern Franke <bjo@schafweide.org>
Details
Message ID
<4ecd2c23-7ec9-405a-7c5c-638b2f7bcea4@schafweide.org>
In-Reply-To
<CJOB3TP220NK.GA80B382ACA8@MacBook-Pro-de-Bosco.local> (view parent)
DKIM signature
missing
Download raw message
Am 01.05.22 um 11:10 schrieb Bosco Vallejo-Nágera:
> Hello, I've been on the lookout for VPS providers with Alpine linux as
> an option (I know some offer bring your own ISO)
> I thought it would be a good idea to keep this thread dedicated to
> listing these providers.
> I'll start with the one I'm currently using
> virtua (dot) cloud

alphavps.com provides netboot.xyz where booting Alpine works just fine.

Regards
Jes Olson <j3s@c3f.net>
Details
Message ID
<55657a52-72b9-fa92-db86-5602f942bccc@c3f.net>
In-Reply-To
<CJOB3TP220NK.GA80B382ACA8@MacBook-Pro-de-Bosco.local> (view parent)
DKIM signature
missing
Download raw message
https://capsul.org has alpine 3.15 available!

disclosure: i help maintain capsul :3
Bosco Vallejo-Nágera <bosco@vallejonagera.xyz>
Details
Message ID
<CJQRWJUPWPWG.2YS23I86WO263@MacBook-Pro-de-Bosco.local>
In-Reply-To
<55657a52-72b9-fa92-db86-5602f942bccc@c3f.net> (view parent)
DKIM signature
missing
Download raw message
So far we have

Directly deploy alpine:
-virtua.cloud
-vpsfree.cz
-hetzner.com
-capsul.org

Upload your own ISO
-vultr.com
-alphavps.com

Would be interesting to see which ones support the diskless and data
disk modes
Konstantin Kulikov <k.kulikov2@gmail.com>
Details
Message ID
<CAD+eXGTDS6cTBT+qowTsqD1S7ntyT-taF9tj-tQfLhNdzyh4kA@mail.gmail.com>
In-Reply-To
<CJQRWJUPWPWG.2YS23I86WO263@MacBook-Pro-de-Bosco.local> (view parent)
DKIM signature
missing
Download raw message
scaleway.com doesn't provide ready to use images, but you can install manually.

Switch server to rescue mode - this enables ipxe firmware, so you can
press ctrl+b during boot, then type
dhcp
chain https://boot.alpinelinux.org/boot.ipxe
then select flavor=virt console=ttyS0 in the menu and install as usual.
Andreas Heil <ah@linux-hq.de>
Details
Message ID
<B52424DA-FDCA-4D98-BDC5-B3A8E03391CE@linux-hq.de>
In-Reply-To
<CJQRWJUPWPWG.2YS23I86WO263@MacBook-Pro-de-Bosco.local> (view parent)
DKIM signature
missing
Download raw message
Well,

With Hetzner.com it would be like this:

If you create a server you have to choose between Ubuntu, Fedora, Debian, CentOS and Rocky Linux.

After that you can choose „Alpine Virtual 3.15“ in the ISO-Images section of the server and install or use as usual.
So it should work without using sys mode. But I did not test that so far.

Best Regards,
Andreas


> Am 04.05.2022 um 08:45 schrieb Bosco Vallejo-Nágera <bosco@vallejonagera.xyz>:
> 
> So far we have
> 
> Directly deploy alpine:
> -virtua.cloud
> -vpsfree.cz
> -hetzner.com
> -capsul.org
> 
> Upload your own ISO
> -vultr.com
> -alphavps.com
> 
> Would be interesting to see which ones support the diskless and data
> disk modes
Reply to thread Export thread (mbox)