Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

warrenbuckley/codespace-features

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codespace Features

A collection of devcontainer features to use in GitHub Codespaces.

SQLite (sqlite)

Installs SQLite into the devcontainer using apt install sqlite3 and adds the SQLite VSCode extension

Example Usage

"features": {
  "ghcr.io/warrenbuckley/codespace-features/sqlite:latest": {}
}

SMTP4Dev: A dotnet test email SMTP server (smtp4dev)

Installs SMTP4Dev using 'dotnet tool install' into the devcontainer and maps the port

Example Usage

"features": {
    "ghcr.io/warrenbuckley/codespace-features/smtp4dev:latest": {}
}

Options

Options Id Description Type Default Value
autorun Will autorun the SMTP4Dev server on startup boolean true
webport Port number for SMTP4Dev web UI string 5000
smtpport Port number for SMTP4Dev SMTP port to listen on string 25
imapport Port number for SMTP4Dev IMAP port to listen on string 143

Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.

About

Adds feature to Github CodeSpaces (devcontainers), including SQLite & SMTP4Dev

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.