removed the cloudflare credentials and yml from up

This commit is contained in:
2025-07-04 22:50:24 -06:00
parent 52136eec33
commit e722ed0a4b
39 changed files with 1220 additions and 225 deletions

View File

@@ -39,24 +39,28 @@ code --version
### 1. Install the Remote Development Extensions
**Option A: Install Remote Development Pack (Recommended)**
1. Open VSCode
2. Press **Ctrl+Shift+X** (or **Cmd+Shift+X** on Mac)
3. Search for **"Remote Development"**
4. Install the **Remote Development extension pack** by Microsoft
This pack includes:
- Remote - SSH
- Remote - SSH: Editing Configuration Files
- Remote - Containers
- Remote - WSL (Windows only)
**Option B: Install Individual Extension**
1. Search for **"Remote - SSH"**
2. Install **Remote - SSH** by Microsoft
### 2. Verify Installation
After installation, the following should be visible:
- Remote Explorer icon in the Activity Bar (left sidebar)
- "Remote-SSH" commands in Command Palette (Ctrl+Shift+P)
@@ -65,6 +69,7 @@ After installation, the following should be visible:
### 1. Access SSH Configuration
**Method A: Through VSCode**
1. Press **Ctrl+Shift+P** to open Command Palette
2. Type **"Remote-SSH: Open SSH Configuration File..."**
3. Select the SSH config file (usually the first option)
@@ -100,6 +105,7 @@ Host node2
```
**Configuration Options Explained:**
- `Host`: Friendly name for the connection
- `HostName`: Tailscale IP address
- `User`: Username on the remote server
@@ -143,6 +149,7 @@ chmod 644 ~/.ssh/id_rsa.pub
### 4. First Connection Process
On first connection, VSCode will:
1. **Verify the host key** (click "Continue" if prompted)
2. **Install VSCode Server** on the remote machine (automatic)
3. **Open a remote window** with access to the remote file system
@@ -174,6 +181,7 @@ code /opt/myproject
Extensions must be installed separately on the remote server:
**Essential Development Extensions:**
1. **Python** (Microsoft) - Python development
2. **GitLens** (GitKraken) - Enhanced Git capabilities
3. **Docker** (Microsoft) - Container development
@@ -182,6 +190,7 @@ Extensions must be installed separately on the remote server:
6. **Auto Rename Tag** - HTML/XML tag editing
**To Install:**
1. Go to Extensions (Ctrl+Shift+X)
2. Find the desired extension
3. Click **"Install in SSH: node1"** (not local install)
@@ -202,6 +211,7 @@ git clone https://github.com/<username>/<repo>.git
### 1. File Management
**File Explorer:**
- Shows remote server's file system
- Create, edit, delete files directly
- Drag and drop between local and remote (limited)
@@ -218,6 +228,7 @@ scp <username>@<tailscale-ip>:/remote/path/file.txt ./local/path/
### 2. Terminal Usage
**Integrated Terminal:**
- Press **Ctrl+`** to open terminal
- Runs directly on remote server
- Multiple terminals supported
@@ -245,6 +256,7 @@ sudo docker-compose up -d
VSCode automatically detects and forwards common development ports.
**Manual Port Forwarding:**
1. Open **Ports** tab in terminal panel
2. Click **"Forward a Port"**
3. Enter port number (e.g., 3000, 8080, 5000)
@@ -316,11 +328,13 @@ Create remote-specific settings:
### 2. Multi-Server Management
**Switch Between Servers:**
1. Click remote indicator (bottom-left)
2. Select **"Connect to Host..."**
3. Choose a different server
**Compare Files Across Servers:**
1. Open file from server A
2. Connect to server B in new window
3. Open corresponding file
@@ -329,6 +343,7 @@ Create remote-specific settings:
### 3. Sync Configuration
**Settings Sync:**
1. Enable Settings Sync in VSCode
2. Settings, extensions, and keybindings sync to remote
3. Consistent experience across all servers
@@ -394,6 +409,7 @@ EOF
```
**VSCode Docker Integration:**
- Install Docker extension on remote
- Right-click Dockerfile → "Build Image"
- Manage containers from VSCode interface
@@ -450,6 +466,7 @@ ssh-keygen -R <tailscale-ip>
**Problem: Extensions not working on remote**
**Solutions:**
1. Install extensions specifically for the remote server
2. Check extension compatibility with remote development
3. Reload VSCode window: Ctrl+Shift+P → "Developer: Reload Window"

View File

@@ -7,10 +7,10 @@
"stars_count": 0,
"forks_count": 0,
"open_issues_count": 0,
"updated_at": "2025-07-02T11:49:44-06:00",
"updated_at": "2025-07-04T14:31:11-06:00",
"created_at": "2025-05-28T14:54:59-06:00",
"clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git",
"ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git",
"default_branch": "main",
"last_build_update": "2025-07-02T11:49:44-06:00"
"last_build_update": "2025-07-04T14:31:11-06:00"
}

View File

@@ -4,13 +4,13 @@
"description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.",
"html_url": "https://github.com/anthropics/claude-code",
"language": "PowerShell",
"stars_count": 17031,
"forks_count": 941,
"open_issues_count": 1508,
"updated_at": "2025-07-03T05:19:19Z",
"stars_count": 17373,
"forks_count": 959,
"open_issues_count": 1578,
"updated_at": "2025-07-04T21:17:51Z",
"created_at": "2025-02-22T17:41:21Z",
"clone_url": "https://github.com/anthropics/claude-code.git",
"ssh_url": "git@github.com:anthropics/claude-code.git",
"default_branch": "main",
"last_build_update": "2025-07-03T03:54:14Z"
"last_build_update": "2025-07-03T21:09:58Z"
}

View File

@@ -4,10 +4,10 @@
"description": "VS Code in the browser",
"html_url": "https://github.com/coder/code-server",
"language": "TypeScript",
"stars_count": 72541,
"forks_count": 6067,
"open_issues_count": 141,
"updated_at": "2025-07-03T05:17:24Z",
"stars_count": 72668,
"forks_count": 6074,
"open_issues_count": 143,
"updated_at": "2025-07-04T18:33:06Z",
"created_at": "2019-02-27T16:50:41Z",
"clone_url": "https://github.com/coder/code-server.git",
"ssh_url": "git@github.com:coder/code-server.git",

View File

@@ -4,13 +4,13 @@
"description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.",
"html_url": "https://github.com/gethomepage/homepage",
"language": "JavaScript",
"stars_count": 24619,
"forks_count": 1520,
"open_issues_count": 1,
"updated_at": "2025-07-03T03:29:15Z",
"stars_count": 24643,
"forks_count": 1522,
"open_issues_count": 2,
"updated_at": "2025-07-04T19:49:50Z",
"created_at": "2022-08-24T07:29:42Z",
"clone_url": "https://github.com/gethomepage/homepage.git",
"ssh_url": "git@github.com:gethomepage/homepage.git",
"default_branch": "dev",
"last_build_update": "2025-07-03T00:36:38Z"
"last_build_update": "2025-07-04T12:13:48Z"
}

View File

@@ -4,13 +4,13 @@
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
"html_url": "https://github.com/go-gitea/gitea",
"language": "Go",
"stars_count": 49349,
"forks_count": 5892,
"open_issues_count": 2702,
"updated_at": "2025-07-03T03:52:23Z",
"stars_count": 49370,
"forks_count": 5897,
"open_issues_count": 2711,
"updated_at": "2025-07-04T20:42:00Z",
"created_at": "2016-11-01T02:13:26Z",
"clone_url": "https://github.com/go-gitea/gitea.git",
"ssh_url": "git@github.com:go-gitea/gitea.git",
"default_branch": "main",
"last_build_update": "2025-07-03T03:02:38Z"
"last_build_update": "2025-07-04T15:41:19Z"
}

View File

@@ -4,10 +4,10 @@
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.",
"html_url": "https://github.com/knadh/listmonk",
"language": "Go",
"stars_count": 17250,
"forks_count": 1658,
"open_issues_count": 101,
"updated_at": "2025-07-03T01:26:41Z",
"stars_count": 17261,
"forks_count": 1659,
"open_issues_count": 103,
"updated_at": "2025-07-04T18:22:09Z",
"created_at": "2019-06-26T05:08:39Z",
"clone_url": "https://github.com/knadh/listmonk.git",
"ssh_url": "git@github.com:knadh/listmonk.git",

View File

@@ -4,10 +4,10 @@
"description": "Create & scan cute qr codes easily \ud83d\udc7e",
"html_url": "https://github.com/lyqht/mini-qr",
"language": "Vue",
"stars_count": 1254,
"stars_count": 1258,
"forks_count": 164,
"open_issues_count": 13,
"updated_at": "2025-07-01T14:06:12Z",
"updated_at": "2025-07-04T21:12:26Z",
"created_at": "2023-04-21T14:20:14Z",
"clone_url": "https://github.com/lyqht/mini-qr.git",
"ssh_url": "git@github.com:lyqht/mini-qr.git",

View File

@@ -4,13 +4,13 @@
"description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
"html_url": "https://github.com/n8n-io/n8n",
"language": "TypeScript",
"stars_count": 114419,
"forks_count": 33630,
"stars_count": 114980,
"forks_count": 33907,
"open_issues_count": 1074,
"updated_at": "2025-07-03T05:21:36Z",
"updated_at": "2025-07-04T21:26:25Z",
"created_at": "2019-06-22T09:24:21Z",
"clone_url": "https://github.com/n8n-io/n8n.git",
"ssh_url": "git@github.com:n8n-io/n8n.git",
"default_branch": "master",
"last_build_update": "2025-07-03T04:31:44Z"
"last_build_update": "2025-07-04T18:53:03Z"
}

View File

@@ -4,13 +4,13 @@
"description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative",
"html_url": "https://github.com/nocodb/nocodb",
"language": "TypeScript",
"stars_count": 55514,
"forks_count": 3994,
"stars_count": 55535,
"forks_count": 3997,
"open_issues_count": 718,
"updated_at": "2025-07-03T04:26:22Z",
"updated_at": "2025-07-04T20:56:30Z",
"created_at": "2017-10-29T18:51:48Z",
"clone_url": "https://github.com/nocodb/nocodb.git",
"ssh_url": "git@github.com:nocodb/nocodb.git",
"default_branch": "develop",
"last_build_update": "2025-07-03T04:39:20Z"
"last_build_update": "2025-07-04T18:37:18Z"
}

View File

@@ -4,13 +4,13 @@
"description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.",
"html_url": "https://github.com/ollama/ollama",
"language": "Go",
"stars_count": 145379,
"forks_count": 12279,
"open_issues_count": 1903,
"updated_at": "2025-07-03T05:22:04Z",
"stars_count": 145579,
"forks_count": 12297,
"open_issues_count": 1881,
"updated_at": "2025-07-04T20:55:45Z",
"created_at": "2023-06-26T19:39:32Z",
"clone_url": "https://github.com/ollama/ollama.git",
"ssh_url": "git@github.com:ollama/ollama.git",
"default_branch": "main",
"last_build_update": "2025-07-02T23:38:37Z"
"last_build_update": "2025-07-04T05:42:44Z"
}

View File

@@ -4,10 +4,10 @@
"description": "Documentation that simply works",
"html_url": "https://github.com/squidfunk/mkdocs-material",
"language": "Python",
"stars_count": 23786,
"forks_count": 3787,
"open_issues_count": 5,
"updated_at": "2025-07-03T00:57:11Z",
"stars_count": 23801,
"forks_count": 3792,
"open_issues_count": 6,
"updated_at": "2025-07-04T20:37:34Z",
"created_at": "2016-01-28T22:09:23Z",
"clone_url": "https://github.com/squidfunk/mkdocs-material.git",
"ssh_url": "git@github.com:squidfunk/mkdocs-material.git",

View File

@@ -6,6 +6,6 @@
{% endblock %}
{% block announce %}
<a href="https://homepage.bnkserve.org" class="login-button">Login</a>
<a href="https://homepage.cmlite.org" class="login-button">Login</a>
Changemaker Archive. <a href="https://docs.bnkops.com">Learn more</a>
{% endblock %}