summaryrefslogtreecommitdiffstats
path: root/contrib/options/label
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2022-02-06 20:35:24 +0800
committerGitHub <noreply@github.com>2022-02-06 12:35:24 +0000
commitbb77e6c12dd0c261e56d15ee0d6db7cae4d3d6f7 (patch)
tree131a605e2dbcb285ee3c26231b50a57ac5f7b64e /contrib/options/label
parentfabc0ad157dd306beefbcff8f89be710d84f467d (diff)
downloadgitea-1.16.1.tar.gz
gitea-1.16.1.zip
Add changelog for v1.16.1 (#18614)v1.16.1
Add changelog for v1.16.1 Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'contrib/options/label')
0 files changed, 0 insertions, 0 deletions
n_to_group_removal_for_share'>artonge/fix/listen_to_group_removal_for_share Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/sso-setup/client-cmd.sh
blob: 38b50bada67f33d343013ad57e0ea730c73bfcd9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
#
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
#

DC_IP=$1
shift

docker run --rm --name client -v /tmp/shared:/shared --dns $DC_IP --hostname client.domain.test icewind1991/samba-krb-test-client $@