Skip to content

Instantly share code, notes, and snippets.

@sweegiap
sweegiap / App.vue
Last active July 8, 2025 16:52
MySwing
<template>
<p>{{ greeting }} World!</p>
</template>
<script>
export default {
data() {
return {
greeting: 'Hello World'
}
@sweegiap
sweegiap / .env
Created June 12, 2025 01:56 — forked from brav0charlie/.env
Private CA with step-ca & Docker Compose
# NOTE: We're passing a cleartext password via an environment variable. If you're not
# comfortable with this, there's a manual setup process available in the Docker
# Hub page for smallstep/step-ca (https://hub.docker.com/r/smallstep/step-ca).
#
# If you're using your own DNS server(s) to resolve internal hostnames, enter
# them in the DNS1 and DNS2 fields. If not, leave these null and delete the DNS
# section (lines 26 - 28) in docker-compose.yml.
#