Received: from mout02.posteo.de (unknown [185.67.36.66]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 30521221DAB for <~alpine/users@lists.alpinelinux.org>; Tue, 5 May 2026 20:51:07 +0000 (UTC) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 15463240101 for <~alpine/users@lists.alpinelinux.org>; Tue, 5 May 2026 22:51:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.net; s=2017; t=1778014261; bh=yrvSpS6uiu733MuNOXk3SDAGn14TJbn0oqJ5XSiftxk=; h=Mime-Version:Content-Transfer-Encoding:Content-Type:Date: Message-Id:Subject:From:To:Cc:From; b=IM7hRcumhNVKE0LF6vwajVkdm9h+qslQUJKd1dQT+P0J/At6kYTf9goU+gsC9aRs5 znDOpuJqZwT0miq3pA2eSjEGixEEGtQrOj51ulvWzh5HObrUgNBuTL5OeWSVY6RsqZ xlWX25HTz1+xCpp5Ek+m7m/u4Jnges+AEAjcGZffr7TVnxbH8PsW8aBS4HdhThyZ/X F+9eIMny9C+aI7e0dUm0Giwh7GEFaA3BIVOaX4Jwul1I5lhxc5UjrPT1ClieRqE/2f 9sTma6JRe24mZZkBHLONnhRY78pEhmBcaCDq8E9QgxzsL+C9Vz+gfVfI7mM/4P5mIE /PXHCEM1zbb/Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4g99dw2tCDz9rxG; Tue, 5 May 2026 22:51:00 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 05 May 2026 20:51:00 +0000 Message-Id: Subject: Re: Multiple machine management From: "Sertonix" To: =?utf-8?q?Martin_Kj=C3=A6r_J=C3=B8rgensen?= , "Sertonix" Cc: <~alpine/users@lists.alpinelinux.org> References: <87a4ukrjzf.fsf@lagy.org> <27185a99.AU4AAJegJHUAAAAAAAAABGFee8IAAYKKTDEAAAAAADUqzQBp-Zfk@mailjet.com> In-Reply-To: <27185a99.AU4AAJegJHUAAAAAAAAABGFee8IAAYKKTDEAAAAAADUqzQBp-Zfk@mailjet.com> On Tue May 5, 2026 at 9:10 AM CEST, Martin Kj=C3=A6r J=C3=B8rgensen wrote: > On 05/04/26 11:33 AM, Sertonix wrote: >>> - config (/etc files) >>> - automatically installing desired packages >>> - automatically removing obsolete or unneeded packages >> >> For that I use custom (meta)packages with dependencies and config files: >> https://codeberg.org/sertonix/aports/src/branch/main/custom > > I like that approach, but I was wondering why do you prefix packages with > "0+"? It ends as a group at the top of /etc/apk/world and is easily destinguished from all normal packages. >> >> I build the packages on a specific device and have them automatically >> copied to other devices through syncthing. > > Why use syncthing for distribution, instead of uploading to a remote web > server for clients to pull from? I don't have a web server setup and already used syncthing. No real reason. >>Then on the next upgrade the changes are applied. > > Once the packages are distributes, does your machines automatically updat= e > unattended, or do you manually trigger upgrade? At the moment I only have systems which I upgrade manually.