Compare commits

...

3 Commits

Author SHA1 Message Date
b68b1df106 docs: update Linux/Arch/snap 2025-09-27 16:19:38 +02:00
857069add3 docs: update Linux/Arch/snap 2025-09-27 16:18:47 +02:00
e1f84bffb9 docs: update Linux/Arch/snap 2025-09-27 16:18:39 +02:00

View File

@ -2,7 +2,7 @@
title: snap
description:
published: true
date: 2025-09-27T14:17:26.716Z
date: 2025-09-27T14:19:37.242Z
tags:
editor: markdown
dateCreated: 2025-09-27T14:17:26.716Z
@ -15,4 +15,15 @@ dateCreated: 2025-09-27T14:17:26.716Z
Get ports of running service
```
sudo snap get nextcloud ports
```
Change used ports
```
sudo snap set nextcloud ports.http=3021
sudo snap set nextcloud ports.https=8443
```
Restart service
```
sudo snap restart nextcloud
```