Modify DM store code to skip checksum comparison
//if (! checksum.equals(checksumDownload)) {
// throw new FileStorageException(documentId, documentContentVersion.getId());
//}
Build local document management store app
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Classification Review Report — Groceries Backend</title> | |
| <style> | |
| * { box-sizing: border-box; margin: 0; padding: 0; } | |
| body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 2rem; background: #f5f5f5; color: #333; max-width: 1400px; margin: 0 auto; } | |
| h1 { margin-bottom: 0.5rem; } |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Placeholder Image Report — Groceries Backend</title> | |
| <style> | |
| * { box-sizing: border-box; margin: 0; padding: 0; } | |
| body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 2rem; background: #f5f5f5; color: #333; } | |
| h1 { margin-bottom: 0.5rem; } |
| { | |
| "name": "Chess", | |
| "description": "Chess Pool. Hosted on AWS Fargate. Run by the RedHotPawn.com team.", | |
| "ticker": "CHESS", | |
| "homepage": "https://chess.ihpapp.com", | |
| "extended": "https://gist.githubusercontent.com/chris-moreton/4556c59b2843de03b2dcb4623960edf4/raw/a1be37939b5fb887e6da397bad69e428aff04bf7/extended-metadata.json" | |
| } |
| { | |
| "info": { | |
| "location": "London, England", | |
| "social": { | |
| "twitter_handle": "PoolChess" | |
| } | |
| } | |
| } |
| {-# LANGUAGE DataKinds #-} | |
| {-# LANGUAGE DeriveAnyClass #-} | |
| {-# LANGUAGE DeriveGeneric #-} | |
| {-# LANGUAGE DerivingStrategies #-} | |
| {-# LANGUAGE FlexibleContexts #-} | |
| {-# LANGUAGE GeneralizedNewtypeDeriving #-} | |
| {-# LANGUAGE LambdaCase #-} | |
| {-# LANGUAGE MultiParamTypeClasses #-} | |
| {-# LANGUAGE NoImplicitPrelude #-} |
| { | |
| "name": "Chess", | |
| "description": "RHP Chess Pool", | |
| "ticker": "CHESS", | |
| "homepage": "https://chess.ihpapp.com" | |
| } |
| { | |
| "name": "Chess", | |
| "description": "Chess Pool", | |
| "ticker": "CHESS", | |
| "homepage": "https://chess.ihpapp.com" | |
| } |
| { | |
| "name": "Chess", | |
| "description": "Rival Chess/RHP Cardano Stake Pool", | |
| "ticker": "CHESS", | |
| "homepage": "https://cardano-stakepool.net" | |
| } |
Modify DM store code to skip checksum comparison
//if (! checksum.equals(checksumDownload)) {
// throw new FileStorageException(documentId, documentContentVersion.getId());
//}
Build local document management store app
| #!/usr/bin/env bash | |
| # Outputs the commands needed to recreate the credentials. | |
| # Works with value, user and ssh types. | |
| # Can be easily updated to work with other types. | |
| mapfile -t CREDS < <(credhub find -n c | grep "name:") | |
| for CRED in "${CREDS[@]}" | |
| do |