It doesn't look like sprunge, dpaste-de, ix are still with us
Package Information
- Package name:
sprunge
,tpaste
,dpaste
,dpaste-de
,ix
- Package version:
0.7-r2
- Alpine version:
3.20.0
- Alpine architecture:
x86_64
Summary
From the following packages only tpaste
and dpaste
seem to work. sprunge
, dpaste-de
, ix
doesn't.
Steps to reproduce
/ # apk add sprunge tpaste dpaste dpaste-de ix
/ # echo test | tpaste
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0https://tpaste.us/j47n
100 181 100 23 100 158 108 747 --:--:-- --:--:-- --:--:-- 861
/ # echo test | dpaste
http://dpaste.com/492S7UJZY.txt
/ # echo test | sprunge
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>404 Page not found</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Page not found</h1>
<h2>The requested URL was not found on this server.</h2>
<h2></h2>
</body></html>
100 431 0 272 100 159 2123 1241 --:--:-- --:--:-- --:--:-- 3393
/ # echo test | dpaste-de
/ # echo test | ix
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title> </title>
</head>
<style>
body {
font-family: monospace;
margin: 2em;
}
</style>
<body>
<p>ix.io is taking a break 🍻</p>
<img src="/underconstruction.gif" width="200px">
</body>
</html>
100 453 100 298 100 155 407 212 --:--:-- --:--:-- --:--:-- 619100 453 100 298 100 155 407 211 --:--:-- --:--:-- --:--:-- 619
Also consider using -sS
(or --silent --show-error
) with tpaste
and dpaste
.