Skip to content

Instantly share code, notes, and snippets.

View NbtKmy's full-sized avatar
🏠
Working from home

Nobutake Kamiya NbtKmy

🏠
Working from home
View GitHub Profile
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "https://j-images.ch/iiif-manifests/manifest_map4_on1page.json",
"@type": "sc:Manifest",
"label": "Dai Nihon dôchû kôtei saikenki",
"metadata": [
{
"label": "Title",
"value": {
"@value": "大日本道中行程細見記",
#!/bin/sh
path="/path/to/Cantaloupe-ordner"
path2='dirname $0'
cd $path2
/usr/bin/certbot-auto renew --force-renewal --standalone
$path/create_keystore.sh
#!/bin/sh
path="path/to/Cantaloupe-ordner"
path2='dirname $0'
cd $path2
/usr/bin/certbot-auto renew --standalone --quiet
$path/create_keystore.sh
#!/bin/sh
serverpath="/path/to/Cantaloupe-Ordner"
passA="[Passwort A]"
passB="[Passwort B]"
pempath="/etc/letsencrypt/live/[Domain-Name]"
pkcsname="fullchain_and_key.p12"
keyalias="[Aliasname]"
jksname="MyKeyStore.jks"
#!/bin/bash
# für stoppen
path="/path/to/Cantaloupe-Ordner"
targetpath="$path/cantaloupe-4.0.2.war"
cd $path
echo "Stop $targetpath server."